Class: Aws::Lambda::Types::Layer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::Layer
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
An Lambda layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the function layer.
-
#code_size ⇒ Integer
The size of the layer archive in bytes.
-
#signing_job_arn ⇒ String
The Amazon Resource Name (ARN) of a signing job.
-
#signing_profile_version_arn ⇒ String
The Amazon Resource Name (ARN) for a signing profile version.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the function layer.
4023 4024 4025 4026 4027 4028 4029 4030 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4023 class Layer < Struct.new( :arn, :code_size, :signing_profile_version_arn, :signing_job_arn) SENSITIVE = [] include Aws::Structure end |
#code_size ⇒ Integer
The size of the layer archive in bytes.
4023 4024 4025 4026 4027 4028 4029 4030 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4023 class Layer < Struct.new( :arn, :code_size, :signing_profile_version_arn, :signing_job_arn) SENSITIVE = [] include Aws::Structure end |
#signing_job_arn ⇒ String
The Amazon Resource Name (ARN) of a signing job.
4023 4024 4025 4026 4027 4028 4029 4030 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4023 class Layer < Struct.new( :arn, :code_size, :signing_profile_version_arn, :signing_job_arn) SENSITIVE = [] include Aws::Structure end |
#signing_profile_version_arn ⇒ String
The Amazon Resource Name (ARN) for a signing profile version.
4023 4024 4025 4026 4027 4028 4029 4030 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4023 class Layer < Struct.new( :arn, :code_size, :signing_profile_version_arn, :signing_job_arn) SENSITIVE = [] include Aws::Structure end |