AppStream / Client / list_associated_stacks
list_associated_stacks#
- AppStream.Client.list_associated_stacks(**kwargs)#
Retrieves the name of the stack with which the specified fleet is associated.
See also: AWS API Documentation
Request Syntax
response = client.list_associated_stacks( FleetName='string', NextToken='string' )
- Parameters:
FleetName (string) –
[REQUIRED]
The name of the fleet.
NextToken (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.
- Return type:
dict
- Returns:
Response Syntax
{ 'Names': [ 'string', ], 'NextToken': 'string' }
Response Structure
(dict) –
Names (list) –
The name of the stack.
(string) –
NextToken (string) –
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.