appstream_describe_fleets {paws.end.user.computing} | R Documentation |
Retrieves a list that describes one or more specified fleets, if the fleet names are provided
Description
Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.
See https://www.paws-r-sdk.com/docs/appstream_describe_fleets/ for full documentation.
Usage
appstream_describe_fleets(Names = NULL, NextToken = NULL)
Arguments
Names |
The names of the fleets to describe. |
NextToken |
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. |
[Package paws.end.user.computing version 0.7.0 Index]