class Amazonite::Lambda::ResolvedS3Object

Overview

Details about the resolved Amazon S3 object that contains a function's deployment package.

Included Modules

Defined in:

lambda/resolved_s3_object.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(s3_bucket : String | Nil = nil, s3_key : String | Nil = nil, s3_object_version : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def s3_bucket : String | Nil #

The Amazon S3 bucket that contains the deployment package.


[View source]
def s3_bucket=(s3_bucket : String | Nil) #

The Amazon S3 bucket that contains the deployment package.


[View source]
def s3_key : String | Nil #

The Amazon S3 key of the deployment package.


[View source]
def s3_key=(s3_key : String | Nil) #

The Amazon S3 key of the deployment package.


[View source]
def s3_object_version : String | Nil #

The version of the deployment package object.


[View source]
def s3_object_version=(s3_object_version : String | Nil) #

The version of the deployment package object.


[View source]
def validate! : Nil #

[View source]