Class: Aws::AppStream::Types::AssociateAppBlockBuilderAppBlockResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::AssociateAppBlockBuilderAppBlockResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_block_builder_app_block_association ⇒ Types::AppBlockBuilderAppBlockAssociation
The list of app block builders associated with app blocks.
Instance Attribute Details
#app_block_builder_app_block_association ⇒ Types::AppBlockBuilderAppBlockAssociation
The list of app block builders associated with app blocks.
426 427 428 429 430 |
# File 'lib/aws-sdk-appstream/types.rb', line 426 class AssociateAppBlockBuilderAppBlockResult < Struct.new( :app_block_builder_app_block_association) SENSITIVE = [] include Aws::Structure end |