Class: Aws::AppStream::Types::DescribeAppBlocksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeAppBlocksRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arns ⇒ Array<String>
The ARNs of the app blocks.
-
#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
#arns ⇒ Array<String>
The ARNs of the app blocks.
2320 2321 2322 2323 2324 2325 2326 |
# File 'lib/aws-sdk-appstream/types.rb', line 2320 class DescribeAppBlocksRequest < Struct.new( :arns, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum size of each page of results.
2320 2321 2322 2323 2324 2325 2326 |
# File 'lib/aws-sdk-appstream/types.rb', line 2320 class DescribeAppBlocksRequest < Struct.new( :arns, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
2320 2321 2322 2323 2324 2325 2326 |
# File 'lib/aws-sdk-appstream/types.rb', line 2320 class DescribeAppBlocksRequest < Struct.new( :arns, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |