class
Amazonite::Lambda::ResolvedS3Object
- Amazonite::Lambda::ResolvedS3Object
- Reference
- Object
Overview
Details about the resolved Amazon S3 object that contains a function's deployment package.
Included Modules
- JSON::Serializable
Defined in:
lambda/resolved_s3_object.crConstructors
- .new(pull : JSON::PullParser)
- .new(s3_bucket : String | Nil = nil, s3_key : String | Nil = nil, s3_object_version : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#s3_bucket : String | Nil
The Amazon S3 bucket that contains the deployment package.
-
#s3_bucket=(s3_bucket : String | Nil)
The Amazon S3 bucket that contains the deployment package.
-
#s3_key : String | Nil
The Amazon S3 key of the deployment package.
-
#s3_key=(s3_key : String | Nil)
The Amazon S3 key of the deployment package.
-
#s3_object_version : String | Nil
The version of the deployment package object.
-
#s3_object_version=(s3_object_version : String | Nil)
The version of the deployment package object.
- #validate! : Nil
Constructor Detail
def self.new(s3_bucket : String | Nil = nil, s3_key : String | Nil = nil, s3_object_version : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def s3_bucket=(s3_bucket : String | Nil)
#
The Amazon S3 bucket that contains the deployment package.
def s3_object_version=(s3_object_version : String | Nil)
#
The version of the deployment package object.