List Associated Fleets
appstream_list_associated_fleets | R Documentation |
Retrieves the name of the fleet that is associated with the specified stack¶
Description¶
Retrieves the name of the fleet that is associated with the specified stack.
Usage¶
appstream_list_associated_fleets(StackName, NextToken)
Arguments¶
StackName |
[required] The name of the stack. |
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. |
Value¶
A list with the following syntax:
list(
Names = list(
"string"
),
NextToken = "string"
)
Request syntax¶
svc$list_associated_fleets(
StackName = "string",
NextToken = "string"
)