List Tokens
licensemanager_list_tokens | R Documentation |
Lists your tokens¶
Description¶
Lists your tokens.
Usage¶
Arguments¶
TokenIds
Token IDs.
Filters
Filters to scope the results. The following filter is supported:
LicenseArns
NextToken
Token for the next set of results.
MaxResults
Maximum 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"
)