Class: Aws::AppStream::Types::DescribeFleetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeFleetsRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Note:
When making an API call, you may pass DescribeFleetsRequest data as a hash:
{
names: ["String"],
next_token: "String",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#names ⇒ Array<String>
The names of the fleets to describe.
-
#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 names of the fleets to describe.
2409 2410 2411 2412 2413 2414 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2409 class DescribeFleetsRequest < 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 this value is null, it retrieves the first page.
2409 2410 2411 2412 2413 2414 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2409 class DescribeFleetsRequest < Struct.new( :names, :next_token) SENSITIVE = [] include Aws::Structure end |