class
Amazonite::Lambda::LayerVersionContentOutput
- Amazonite::Lambda::LayerVersionContentOutput
- Reference
- Object
Overview
Details about a version of an Lambda layer.
Included Modules
- JSON::Serializable
Defined in:
lambda/layer_version_content_output.crConstructors
- .new(pull : JSON::PullParser)
- .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)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#code_sha_256 : String | Nil
The SHA-256 hash of the layer archive.
-
#code_sha_256=(code_sha_256 : String | Nil)
The SHA-256 hash of the layer archive.
-
#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) -
#location : String | Nil
A link to the layer archive in Amazon S3 that is valid for 10 minutes.
-
#location=(location : String | Nil)
A link to the layer archive in Amazon S3 that is valid for 10 minutes.
-
#resolved_s3_object : ResolvedS3Object | Nil
The resolved Amazon S3 object that contains the layer archive.
-
#resolved_s3_object=(resolved_s3_object : ResolvedS3Object | Nil)
The resolved Amazon S3 object that contains the layer archive.
-
#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
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A link to the layer archive in Amazon S3 that is valid for 10 minutes.
A link to the layer archive in Amazon S3 that is valid for 10 minutes.
The resolved Amazon S3 object that contains the layer archive.
The resolved Amazon S3 object that contains the layer archive.
The Amazon Resource Name (ARN) of a signing job.
The Amazon Resource Name (ARN) for a signing profile version.
The Amazon Resource Name (ARN) for a signing profile version.