Class: Aws::Lambda::Types::PublishLayerVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::PublishLayerVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compatible_architectures ⇒ Array<String>
A list of compatible [instruction set architectures].
-
#compatible_runtimes ⇒ Array<String>
The layer’s compatible runtimes.
-
#content ⇒ Types::LayerVersionContentOutput
Details about the layer version.
-
#created_date ⇒ Time
The date that the layer version was created, in [ISO-8601 format] (YYYY-MM-DDThh:mm:ss.sTZD).
-
#description ⇒ String
The description of the version.
-
#layer_arn ⇒ String
The ARN of the layer.
-
#layer_version_arn ⇒ String
The ARN of the layer version.
-
#license_info ⇒ String
The layer’s software license.
-
#version ⇒ Integer
The version number.
Instance Attribute Details
#compatible_architectures ⇒ Array<String>
A list of compatible [instruction set architectures].
[1]: docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html
5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'lib/aws-sdk-lambda/types.rb', line 5157 class PublishLayerVersionResponse < Struct.new( :content, :layer_arn, :layer_version_arn, :description, :created_date, :version, :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].
[1]: docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels [2]: docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported
5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'lib/aws-sdk-lambda/types.rb', line 5157 class PublishLayerVersionResponse < Struct.new( :content, :layer_arn, :layer_version_arn, :description, :created_date, :version, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |
#content ⇒ Types::LayerVersionContentOutput
Details about the layer version.
5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'lib/aws-sdk-lambda/types.rb', line 5157 class PublishLayerVersionResponse < Struct.new( :content, :layer_arn, :layer_version_arn, :description, :created_date, :version, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
The date that the layer version was created, in [ISO-8601 format] (YYYY-MM-DDThh:mm:ss.sTZD).
5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'lib/aws-sdk-lambda/types.rb', line 5157 class PublishLayerVersionResponse < Struct.new( :content, :layer_arn, :layer_version_arn, :description, :created_date, :version, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the version.
5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'lib/aws-sdk-lambda/types.rb', line 5157 class PublishLayerVersionResponse < Struct.new( :content, :layer_arn, :layer_version_arn, :description, :created_date, :version, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |
#layer_arn ⇒ String
The ARN of the layer.
5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'lib/aws-sdk-lambda/types.rb', line 5157 class PublishLayerVersionResponse < Struct.new( :content, :layer_arn, :layer_version_arn, :description, :created_date, :version, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |
#layer_version_arn ⇒ String
The ARN of the layer version.
5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'lib/aws-sdk-lambda/types.rb', line 5157 class PublishLayerVersionResponse < Struct.new( :content, :layer_arn, :layer_version_arn, :description, :created_date, :version, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |
#license_info ⇒ String
The layer’s software license.
5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'lib/aws-sdk-lambda/types.rb', line 5157 class PublishLayerVersionResponse < Struct.new( :content, :layer_arn, :layer_version_arn, :description, :created_date, :version, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version number.
5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'lib/aws-sdk-lambda/types.rb', line 5157 class PublishLayerVersionResponse < Struct.new( :content, :layer_arn, :layer_version_arn, :description, :created_date, :version, :compatible_runtimes, :license_info, :compatible_architectures) SENSITIVE = [] include Aws::Structure end |