List Trust Stores
| workspacesweb_list_trust_stores | R Documentation |
Retrieves a list of trust stores¶
Description¶
Retrieves a list of trust stores.
Usage¶
workspacesweb_list_trust_stores(nextToken, maxResults)
Arguments¶
nextToken |
The pagination token used to retrieve the next page of results for this operation. |
maxResults |
The maximum number of results to be included in the next page. |
Value¶
A list with the following syntax:
list(
trustStores = list(
list(
trustStoreArn = "string"
)
),
nextToken = "string"
)
Request syntax¶
svc$list_trust_stores(
nextToken = "string",
maxResults = 123
)