class
Amazonite::Lambda::GetAccountSettingsResponse
- Amazonite::Lambda::GetAccountSettingsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_account_settings_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(account_limit : AccountLimit | Nil = nil, account_usage : AccountUsage | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#account_limit : AccountLimit | Nil
Limits that are related to concurrency and code storage.
-
#account_limit=(account_limit : AccountLimit | Nil)
Limits that are related to concurrency and code storage.
-
#account_usage : AccountUsage | Nil
The number of functions and amount of storage in use.
-
#account_usage=(account_usage : AccountUsage | Nil)
The number of functions and amount of storage in use.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
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=(account_limit : AccountLimit | Nil)
#
Limits that are related to concurrency and code storage.
def account_usage=(account_usage : AccountUsage | Nil)
#
The number of functions and amount of storage in use.