list_associated_fleets

AppStream.Client.list_associated_fleets(**kwargs)

Retrieves the name of the fleet that is associated with the specified stack.

See also: AWS API Documentation

Request Syntax

response = client.list_associated_fleets(
    StackName='string',
    NextToken='string'
)
Parameters
  • StackName (string) --

    [REQUIRED]

    The name of the stack.

  • 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 fleet.

      • (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.