class
Amazonite::Lambda::EphemeralStorage
- Amazonite::Lambda::EphemeralStorage
- Reference
- Object
Overview
The size of the function's /tmp directory in MB. The default value is 512, but can be any
whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage
(console).
Included Modules
- JSON::Serializable
Defined in:
lambda/ephemeral_storage.crConstructors
- .new(pull : JSON::PullParser)
- .new(size : Int32)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#size : Int32
The size of the function's
/tmpdirectory. -
#size=(size : Int32)
The size of the function's
/tmpdirectory. - #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?.