Class: Aws::AppStream::Types::ListAssociatedFleetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ListAssociatedFleetsRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Note:
When making an API call, you may pass ListAssociatedFleetsRequest data as a hash:
{
stack_name: "String", # required
next_token: "String",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
-
#stack_name ⇒ String
The name of the stack.
Instance Attribute Details
#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.
4030 4031 4032 4033 4034 4035 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4030 class ListAssociatedFleetsRequest < Struct.new( :stack_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack.
4030 4031 4032 4033 4034 4035 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4030 class ListAssociatedFleetsRequest < Struct.new( :stack_name, :next_token) SENSITIVE = [] include Aws::Structure end |