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 AWS Lambda layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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_runtimes ⇒ Array<String>
The layer's compatible runtimes.
3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3286 class LayerVersionsListItem < Struct.new( :layer_version_arn, :version, :description, :created_date, :compatible_runtimes, :license_info) 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
.
3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3286 class LayerVersionsListItem < Struct.new( :layer_version_arn, :version, :description, :created_date, :compatible_runtimes, :license_info) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the version.
3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3286 class LayerVersionsListItem < Struct.new( :layer_version_arn, :version, :description, :created_date, :compatible_runtimes, :license_info) SENSITIVE = [] include Aws::Structure end |
#layer_version_arn ⇒ String
The ARN of the layer version.
3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3286 class LayerVersionsListItem < Struct.new( :layer_version_arn, :version, :description, :created_date, :compatible_runtimes, :license_info) SENSITIVE = [] include Aws::Structure end |
#license_info ⇒ String
The layer's open-source license.
3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3286 class LayerVersionsListItem < Struct.new( :layer_version_arn, :version, :description, :created_date, :compatible_runtimes, :license_info) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version number.
3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3286 class LayerVersionsListItem < Struct.new( :layer_version_arn, :version, :description, :created_date, :compatible_runtimes, :license_info) SENSITIVE = [] include Aws::Structure end |