Class: Aws::AppStream::Types::DescribeAppBlockBuildersResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppStream::Types::DescribeAppBlockBuildersResult
 
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #app_block_builders  ⇒ Array<Types::AppBlockBuilder> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list that describes one or more app block builders. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The pagination token used to retrieve the next page of results for this operation. 
Instance Attribute Details
#app_block_builders ⇒ Array<Types::AppBlockBuilder>
The list that describes one or more app block builders.
| 2685 2686 2687 2688 2689 2690 | # File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2685 class DescribeAppBlockBuildersResult < Struct.new( :app_block_builders, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
| 2685 2686 2687 2688 2689 2690 | # File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2685 class DescribeAppBlockBuildersResult < Struct.new( :app_block_builders, :next_token) SENSITIVE = [] include Aws::Structure end |