class Amazonite::ApiGateway::Account

Overview

Represents an AWS account that is associated with API Gateway.

Included Modules

Defined in:

api_gateway/account.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(cloudwatch_role_arn : String | Nil = nil, throttle_settings : ThrottleSettings | Nil = nil, features : Array(String) | Nil = nil, api_key_version : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def api_key_version : String | Nil #

The version of the API keys used for the account.


[View source]
def api_key_version=(api_key_version : String | Nil) #

The version of the API keys used for the account.


[View source]
def cloudwatch_role_arn : String | Nil #

The ARN of an Amazon CloudWatch role for the current Account.


[View source]
def cloudwatch_role_arn=(cloudwatch_role_arn : String | Nil) #

The ARN of an Amazon CloudWatch role for the current Account.


[View source]
def features : Array(String) | Nil #

A list of features supported for the account. When usage plans are enabled, the features list will include an entry of "UsagePlans".


[View source]
def features=(features : Array(String) | Nil) #

A list of features supported for the account. When usage plans are enabled, the features list will include an entry of "UsagePlans".


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def throttle_settings : ThrottleSettings | Nil #

Specifies the API request limits configured for the current Account.


[View source]
def throttle_settings=(throttle_settings : ThrottleSettings | Nil) #

Specifies the API request limits configured for the current Account.


[View source]
def validate! : Nil #

[View source]