class
Amazonite::Lambda::Layer
- Amazonite::Lambda::Layer
- Reference
- Object
Overview
An Lambda layer.
Included Modules
- JSON::Serializable
Defined in:
lambda/layer.crConstructors
- .new(pull : JSON::PullParser)
- .new(arn : String | Nil = nil, code_size : Int64 | Nil = nil, signing_profile_version_arn : String | Nil = nil, signing_job_arn : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The Amazon Resource Name (ARN) of the function layer.
-
#arn=(arn : String | Nil)
The Amazon Resource Name (ARN) of the function layer.
-
#code_size : Int64 | Nil
The size of the layer archive in bytes.
-
#code_size=(code_size : Int64 | Nil)
The size of the layer archive in bytes.
-
#hash(hasher)
See
Object#hash(hasher) -
#signing_job_arn : String | Nil
The Amazon Resource Name (ARN) of a signing job.
-
#signing_job_arn=(signing_job_arn : String | Nil)
The Amazon Resource Name (ARN) of a signing job.
-
#signing_profile_version_arn : String | Nil
The Amazon Resource Name (ARN) for a signing profile version.
-
#signing_profile_version_arn=(signing_profile_version_arn : String | Nil)
The Amazon Resource Name (ARN) for a signing profile version.
- #validate! : Nil
Constructor Detail
def self.new(arn : String | Nil = nil, code_size : Int64 | Nil = nil, signing_profile_version_arn : String | Nil = nil, signing_job_arn : 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 signing_job_arn=(signing_job_arn : String | Nil)
#
The Amazon Resource Name (ARN) of a signing job.
def signing_profile_version_arn : String | Nil
#
The Amazon Resource Name (ARN) for a signing profile version.
def signing_profile_version_arn=(signing_profile_version_arn : String | Nil)
#
The Amazon Resource Name (ARN) for a signing profile version.