Method: Aws::APIGateway::Types::Account#throttle_settings

Defined in:
lib/aws-sdk-apigateway/types.rb

#throttle_settingsTypes::ThrottleSettings

Specifies the API request limits configured for the current Account.

[View source]

102
103
104
105
106
107
108
109
# File 'lib/aws-sdk-apigateway/types.rb', line 102

class Account < Struct.new(
  :cloudwatch_role_arn,
  :throttle_settings,
  :features,
  :api_key_version)
  SENSITIVE = []
  include Aws::Structure
end