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( nextToken='string', maxResults=123 )
- Parameters:
nextToken (string) – The pagination token used to retrieve the next page of results for this operation.
maxResults (integer) – The maximum number of results to be included in the next page.
- Return type:
dict
- Returns:
Response Syntax
{ 'trustStores': [ { 'trustStoreArn': 'string' }, ], 'nextToken': 'string' }
Response Structure
(dict) –
trustStores (list) –
The trust stores.
(dict) –
The summary of the trust store.
trustStoreArn (string) –
The ARN of the trust store.
nextToken (string) –
The pagination token used to retrieve the next page of results for this operation.
Exceptions
WorkSpacesWeb.Client.exceptions.InternalServerExceptionWorkSpacesWeb.Client.exceptions.AccessDeniedExceptionWorkSpacesWeb.Client.exceptions.ThrottlingExceptionWorkSpacesWeb.Client.exceptions.ValidationException