class Amazonite::Lambda::GetAccountSettingsResponse

Included Modules

Defined in:

lambda/get_account_settings_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(account_limit : AccountLimit | Nil = nil, account_usage : AccountUsage | Nil = nil) #

[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 account_limit : AccountLimit | Nil #

Limits that are related to concurrency and code storage.


[View source]
def account_limit=(account_limit : AccountLimit | Nil) #

Limits that are related to concurrency and code storage.


[View source]
def account_usage : AccountUsage | Nil #

The number of functions and amount of storage in use.


[View source]
def account_usage=(account_usage : AccountUsage | Nil) #

The number of functions and amount of storage in use.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]