Class: Aws::AppStream::Types::DescribeAppBlocksResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeAppBlocksResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_blocks ⇒ Array<Types::AppBlock>
The app blocks in the list.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#app_blocks ⇒ Array<Types::AppBlock>
The app blocks in the list.
2339 2340 2341 2342 2343 2344 |
# File 'lib/aws-sdk-appstream/types.rb', line 2339 class DescribeAppBlocksResult < Struct.new( :app_blocks, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
2339 2340 2341 2342 2343 2344 |
# File 'lib/aws-sdk-appstream/types.rb', line 2339 class DescribeAppBlocksResult < Struct.new( :app_blocks, :next_token) SENSITIVE = [] include Aws::Structure end |