Class: Aws::AppStream::Types::DescribeAppBlockBuilderAppBlockAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeAppBlockBuilderAppBlockAssociationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_block_arn ⇒ String
The ARN of the app block.
-
#app_block_builder_name ⇒ String
The name of the app block builder.
-
#max_results ⇒ Integer
The maximum size of each page of results.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#app_block_arn ⇒ String
The ARN of the app block.
2326 2327 2328 2329 2330 2331 2332 2333 |
# File 'lib/aws-sdk-appstream/types.rb', line 2326 class DescribeAppBlockBuilderAppBlockAssociationsRequest < Struct.new( :app_block_arn, :app_block_builder_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#app_block_builder_name ⇒ String
The name of the app block builder.
2326 2327 2328 2329 2330 2331 2332 2333 |
# File 'lib/aws-sdk-appstream/types.rb', line 2326 class DescribeAppBlockBuilderAppBlockAssociationsRequest < Struct.new( :app_block_arn, :app_block_builder_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum size of each page of results.
2326 2327 2328 2329 2330 2331 2332 2333 |
# File 'lib/aws-sdk-appstream/types.rb', line 2326 class DescribeAppBlockBuilderAppBlockAssociationsRequest < Struct.new( :app_block_arn, :app_block_builder_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
2326 2327 2328 2329 2330 2331 2332 2333 |
# File 'lib/aws-sdk-appstream/types.rb', line 2326 class DescribeAppBlockBuilderAppBlockAssociationsRequest < Struct.new( :app_block_arn, :app_block_builder_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |