Class: Aws::AppStream::Types::ListAssociatedStacksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ListAssociatedStacksRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_name ⇒ String
The name of the fleet.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
Instance Attribute Details
#fleet_name ⇒ String
The name of the fleet.
4256 4257 4258 4259 4260 4261 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4256 class ListAssociatedStacksRequest < Struct.new( :fleet_name, :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 this value is null, it retrieves the first page.
4256 4257 4258 4259 4260 4261 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4256 class ListAssociatedStacksRequest < Struct.new( :fleet_name, :next_token) SENSITIVE = [] include Aws::Structure end |