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.
2237 2238 2239 2240 2241 2242 2243 2244 |
# File 'lib/aws-sdk-appstream/types.rb', line 2237 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.
2237 2238 2239 2240 2241 2242 2243 2244 |
# File 'lib/aws-sdk-appstream/types.rb', line 2237 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.
2237 2238 2239 2240 2241 2242 2243 2244 |
# File 'lib/aws-sdk-appstream/types.rb', line 2237 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.
2237 2238 2239 2240 2241 2242 2243 2244 |
# File 'lib/aws-sdk-appstream/types.rb', line 2237 class DescribeAppBlockBuilderAppBlockAssociationsRequest < Struct.new( :app_block_arn, :app_block_builder_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |