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.
| 470 471 472 473 474 | # File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 470 class AssociateAppBlockBuilderAppBlockResult < Struct.new( :app_block_builder_app_block_association) SENSITIVE = [] include Aws::Structure end |