List Associated Stacks
appstream_list_associated_stacks | R Documentation |
Retrieves the name of the stack with which the specified fleet is associated¶
Description¶
Retrieves the name of the stack with which the specified fleet is associated.
Usage¶
appstream_list_associated_stacks(FleetName, NextToken)
Arguments¶
FleetName |
[required] The name of the fleet. |
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_stacks(
FleetName = "string",
NextToken = "string"
)