Class: Aws::AppStream::Types::ListAssociatedStacksResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ListAssociatedStacksResult
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#names ⇒ Array<String>
The name of the stack.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
Instance Attribute Details
#names ⇒ Array<String>
The name of the stack.
4274 4275 4276 4277 4278 4279 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4274 class ListAssociatedStacksResult < Struct.new( :names, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
4274 4275 4276 4277 4278 4279 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4274 class ListAssociatedStacksResult < Struct.new( :names, :next_token) SENSITIVE = [] include Aws::Structure end |