Learn R Programming

paws.networking (version 0.1.11)

apigateway_get_account: Gets information about the current Account resource

Description

Gets information about the current Account resource.

Usage

apigateway_get_account()

Arguments

Value

A list with the following syntax:

list(
  cloudwatchRoleArn = "string",
  throttleSettings = list(
    burstLimit = 123,
    rateLimit = 123.0
  ),
  features = list(
    "string"
  ),
  apiKeyVersion = "string"
)

Request syntax

svc$get_account()