Class: Aws::Lambda::Types::LayerVersionsListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::LayerVersionsListItem
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Details about a version of an Lambda layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compatible_architectures ⇒ Array<String>
A list of compatible [instruction set architectures][1].
-
#compatible_runtimes ⇒ Array<String>
The layer's compatible runtimes.
-
#created_date ⇒ Time
The date that the version was created, in ISO 8601 format.
-
#description ⇒ String
The description of the version.
-
#layer_version_arn ⇒ String
The ARN of the layer version.
-
#license_info ⇒ String
The layer's open-source license.
-
#version ⇒ Integer
The version number.
Instance Attribute Details
#compatible_architectures ⇒ Array<String>
A list of compatible instruction set architectures.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4161 class LayerVersionsListItem < Struct.new( :layer_version_arn, :version, :description, :created_date, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |
#compatible_runtimes ⇒ Array<String>
The layer's compatible runtimes.
The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.
For a list of all currently supported runtimes, see Supported runtimes.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4161 class LayerVersionsListItem < Struct.new( :layer_version_arn, :version, :description, :created_date, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
The date that the version was created, in ISO 8601 format. For
example, 2018-11-27T15:10:45.123+0000
.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4161 class LayerVersionsListItem < Struct.new( :layer_version_arn, :version, :description, :created_date, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the version.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4161 class LayerVersionsListItem < Struct.new( :layer_version_arn, :version, :description, :created_date, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |
#layer_version_arn ⇒ String
The ARN of the layer version.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4161 class LayerVersionsListItem < Struct.new( :layer_version_arn, :version, :description, :created_date, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |
#license_info ⇒ String
The layer's open-source license.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4161 class LayerVersionsListItem < Struct.new( :layer_version_arn, :version, :description, :created_date, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version number.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4161 class LayerVersionsListItem < Struct.new( :layer_version_arn, :version, :description, :created_date, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |