Class: Aws::AppStream::Types::AssociateAppBlockBuilderAppBlockResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::AssociateAppBlockBuilderAppBlockResult
- Defined in:
- gems/aws-sdk-appstream/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.
536 537 538 539 540 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 536 class AssociateAppBlockBuilderAppBlockResult < Struct.new( :app_block_builder_app_block_association) SENSITIVE = [] include Aws::Structure end |