List Public Keys
| ivsrealtime_list_public_keys | R Documentation |
Gets summary information about all public keys in your account, in the AWS region where the API request is processed¶
Description¶
Gets summary information about all public keys in your account, in the AWS region where the API request is processed.
Usage¶
Arguments¶
nextTokenThe first public key to retrieve. This is used for pagination; see the
nextTokenresponse field.maxResultsMaximum number of results to return. Default: 50.
Value¶
A list with the following syntax:
list(
publicKeys = list(
list(
arn = "string",
name = "string",
tags = list(
"string"
)
)
),
nextToken = "string"
)