WorkSpacesWeb / Client / list_trust_stores

list_trust_stores#

WorkSpacesWeb.Client.list_trust_stores(**kwargs)#

Retrieves a list of trust stores.

See also: AWS API Documentation

Request Syntax

response = client.list_trust_stores(
    maxResults=123,
    nextToken='string'
)
Parameters:
  • maxResults (integer) – The maximum number of results to be included in the next page.

  • nextToken (string) – The pagination token used to retrieve the next page of results for this operation.

Return type:

dict

Returns:

Response Syntax

{
    'nextToken': 'string',
    'trustStores': [
        {
            'trustStoreArn': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • nextToken (string) –

      The pagination token used to retrieve the next page of results for this operation.

    • trustStores (list) –

      The trust stores.

      • (dict) –

        The summary of the trust store.

        • trustStoreArn (string) –

          The ARN of the trust store.

Exceptions

  • WorkSpacesWeb.Client.exceptions.InternalServerException

  • WorkSpacesWeb.Client.exceptions.AccessDeniedException

  • WorkSpacesWeb.Client.exceptions.ThrottlingException

  • WorkSpacesWeb.Client.exceptions.ValidationException