class
Amazonite::ApiGateway::Account
- Amazonite::ApiGateway::Account
- Reference
- Object
Overview
Represents an AWS account that is associated with API Gateway.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/account.crConstructors
- .new(pull : JSON::PullParser)
- .new(cloudwatch_role_arn : String | Nil = nil, throttle_settings : ThrottleSettings | Nil = nil, features : Array(String) | Nil = nil, api_key_version : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#api_key_version : String | Nil
The version of the API keys used for the account.
-
#api_key_version=(api_key_version : String | Nil)
The version of the API keys used for the account.
-
#cloudwatch_role_arn : String | Nil
The ARN of an Amazon CloudWatch role for the current Account.
-
#cloudwatch_role_arn=(cloudwatch_role_arn : String | Nil)
The ARN of an Amazon CloudWatch role for the current Account.
-
#features : Array(String) | Nil
A list of features supported for the account.
-
#features=(features : Array(String) | Nil)
A list of features supported for the account.
-
#hash(hasher)
See
Object#hash(hasher) -
#throttle_settings : ThrottleSettings | Nil
Specifies the API request limits configured for the current Account.
-
#throttle_settings=(throttle_settings : ThrottleSettings | Nil)
Specifies the API request limits configured for the current Account.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The version of the API keys used for the account.
The ARN of an Amazon CloudWatch role for the current Account.
The ARN of an Amazon CloudWatch role for the current Account.
A list of features supported for the account. When usage plans are enabled, the features list
will include an entry of "UsagePlans".
A list of features supported for the account. When usage plans are enabled, the features list
will include an entry of "UsagePlans".
Specifies the API request limits configured for the current Account.
Specifies the API request limits configured for the current Account.