Disassociate App Block Builder App Block
appstream_disassociate_app_block_builder_app_block | R Documentation |
Disassociates a specified app block builder from a specified app block¶
Description¶
Disassociates a specified app block builder from a specified app block.
Usage¶
appstream_disassociate_app_block_builder_app_block(AppBlockArn,
AppBlockBuilderName)
Arguments¶
AppBlockArn |
[required] The ARN of the app block. |
AppBlockBuilderName |
[required] The name of the app block builder. |
Value¶
An empty list.
Request syntax¶
svc$disassociate_app_block_builder_app_block(
AppBlockArn = "string",
AppBlockBuilderName = "string"
)