You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Lambda::Types::LayerVersionContentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::LayerVersionContentOutput
- Defined in:
- (unknown)
Overview
Details about a version of an AWS Lambda layer.
Returned by:
Instance Attribute Summary collapse
-
#code_sha_256 ⇒ String
The SHA-256 hash of the layer archive.
-
#code_size ⇒ Integer
The size of the layer archive in bytes.
-
#location ⇒ String
A link to the layer archive in Amazon S3 that is valid for 10 minutes.
Instance Attribute Details
#code_sha_256 ⇒ String
The SHA-256 hash of the layer archive.
#code_size ⇒ Integer
The size of the layer archive in bytes.
#location ⇒ String
A link to the layer archive in Amazon S3 that is valid for 10 minutes.