class Amazonite::Lambda::LayerVersionContentOutput

Overview

Details about a version of an Lambda layer.

Included Modules

Defined in:

lambda/layer_version_content_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(location : String | Nil = nil, code_sha_256 : String | Nil = nil, code_size : Int64 | Nil = nil, signing_profile_version_arn : String | Nil = nil, signing_job_arn : String | Nil = nil, resolved_s3_object : ResolvedS3Object | 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 code_sha_256 : String | Nil #

The SHA-256 hash of the layer archive.


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

The SHA-256 hash of the layer archive.


[View source]
def code_size : Int64 | Nil #

The size of the layer archive in bytes.


[View source]
def code_size=(code_size : Int64 | Nil) #

The size of the layer archive in bytes.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def location : String | Nil #

A link to the layer archive in Amazon S3 that is valid for 10 minutes.


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

A link to the layer archive in Amazon S3 that is valid for 10 minutes.


[View source]
def resolved_s3_object : ResolvedS3Object | Nil #

The resolved Amazon S3 object that contains the layer archive.


[View source]
def resolved_s3_object=(resolved_s3_object : ResolvedS3Object | Nil) #

The resolved Amazon S3 object that contains the layer archive.


[View source]
def signing_job_arn : String | Nil #

The Amazon Resource Name (ARN) of a signing job.


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

The Amazon Resource Name (ARN) of a signing job.


[View source]
def signing_profile_version_arn : String | Nil #

The Amazon Resource Name (ARN) for a signing profile version.


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

The Amazon Resource Name (ARN) for a signing profile version.


[View source]
def validate! : Nil #

[View source]