Lists your tokens.
licensemanager_list_tokens(TokenIds, Filters, NextToken, MaxResults)Token IDs.
Filters to scope the results. The following filter is supported:
licenseArns
Token for the next set of results.
Maximum number of results to return in a single call.
svc$list_tokens(
TokenIds = list(
"string"
),
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
),
NextToken = "string",
MaxResults = 123
)