List Tokens
| licensemanager_list_tokens | R Documentation |
Lists your tokens¶
Description¶
Lists your tokens.
Usage¶
Arguments¶
TokenIdsToken IDs.
FiltersFilters to scope the results. The following filter is supported:
LicenseArns
NextTokenToken for the next set of results.
MaxResultsMaximum number of results to return in a single call.
Value¶
A list with the following syntax:
list(
Tokens = list(
list(
TokenId = "string",
TokenType = "string",
LicenseArn = "string",
ExpirationTime = "string",
TokenProperties = list(
"string"
),
RoleArns = list(
"string"
),
Status = "string"
)
),
NextToken = "string"
)