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
Note:
When making an API call, you may pass ListAssociatedStacksRequest data as a hash:
{
fleet_name: "String", # required
next_token: "String",
}
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.
4084 4085 4086 4087 4088 4089 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4084 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.
4084 4085 4086 4087 4088 4089 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4084 class ListAssociatedStacksRequest < Struct.new( :fleet_name, :next_token) SENSITIVE = [] include Aws::Structure end |