Class: Aws::AppStream::Types::DescribeAppBlockBuilderAppBlockAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeAppBlockBuilderAppBlockAssociationsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_block_builder_app_block_associations ⇒ Array<Types::AppBlockBuilderAppBlockAssociation>
This list of app block builders associated with app blocks.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#app_block_builder_app_block_associations ⇒ Array<Types::AppBlockBuilderAppBlockAssociation>
This list of app block builders associated with app blocks.
2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-appstream/types.rb', line 2257 class DescribeAppBlockBuilderAppBlockAssociationsResult < Struct.new( :app_block_builder_app_block_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-appstream/types.rb', line 2257 class DescribeAppBlockBuilderAppBlockAssociationsResult < Struct.new( :app_block_builder_app_block_associations, :next_token) SENSITIVE = [] include Aws::Structure end |