Class: Aws::AppStream::Types::DisassociateAppBlockBuilderAppBlockRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DisassociateAppBlockBuilderAppBlockRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_block_arn ⇒ String
The ARN of the app block.
-
#app_block_builder_name ⇒ String
The name of the app block builder.
Instance Attribute Details
#app_block_arn ⇒ String
The ARN of the app block.
3133 3134 3135 3136 3137 3138 |
# File 'lib/aws-sdk-appstream/types.rb', line 3133 class DisassociateAppBlockBuilderAppBlockRequest < Struct.new( :app_block_arn, :app_block_builder_name) SENSITIVE = [] include Aws::Structure end |
#app_block_builder_name ⇒ String
The name of the app block builder.
3133 3134 3135 3136 3137 3138 |
# File 'lib/aws-sdk-appstream/types.rb', line 3133 class DisassociateAppBlockBuilderAppBlockRequest < Struct.new( :app_block_arn, :app_block_builder_name) SENSITIVE = [] include Aws::Structure end |