Get Account
apigateway_get_account | R Documentation |
Gets information about the current Account resource¶
Description¶
Gets information about the current Account resource.
Usage¶
Value¶
A list with the following syntax:
list(
cloudwatchRoleArn = "string",
throttleSettings = list(
burstLimit = 123,
rateLimit = 123.0
),
features = list(
"string"
),
apiKeyVersion = "string"
)