class
Amazonite::Lambda::AccountUsage
- Amazonite::Lambda::AccountUsage
- Reference
- Object
Overview
The number of functions and amount of storage in use.
Included Modules
- JSON::Serializable
Defined in:
lambda/account_usage.crConstructors
- .new(pull : JSON::PullParser)
- .new(total_code_size : Int64 | Nil = nil, function_count : Int64 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#function_count : Int64 | Nil
The number of Lambda functions.
-
#function_count=(function_count : Int64 | Nil)
The number of Lambda functions.
-
#hash(hasher)
See
Object#hash(hasher) -
#total_code_size : Int64 | Nil
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
-
#total_code_size=(total_code_size : Int64 | Nil)
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
- #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 total_code_size : Int64 | Nil
#
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
def total_code_size=(total_code_size : Int64 | Nil)
#
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.