Class: Aws::Lambda::Types::GetLayerVersionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_runtimesArray<String>

The layer’s compatible runtimes.



2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
# File 'lib/aws-sdk-lambda/types.rb', line 2545

class GetLayerVersionResponse < Struct.new(
  :content,
  :layer_arn,
  :layer_version_arn,
  :description,
  :created_date,
  :version,
  :compatible_runtimes,
  :license_info)
  SENSITIVE = []
  include Aws::Structure
end

#contentTypes::LayerVersionContentOutput

Details about the layer version.



2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
# File 'lib/aws-sdk-lambda/types.rb', line 2545

class GetLayerVersionResponse < Struct.new(
  :content,
  :layer_arn,
  :layer_version_arn,
  :description,
  :created_date,
  :version,
  :compatible_runtimes,
  :license_info)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateTime

The date that the layer version was created, in [ISO-8601 format] (YYYY-MM-DDThh:mm:ss.sTZD).

[1]: www.w3.org/TR/NOTE-datetime



2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
# File 'lib/aws-sdk-lambda/types.rb', line 2545

class GetLayerVersionResponse < Struct.new(
  :content,
  :layer_arn,
  :layer_version_arn,
  :description,
  :created_date,
  :version,
  :compatible_runtimes,
  :license_info)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the version.



2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
# File 'lib/aws-sdk-lambda/types.rb', line 2545

class GetLayerVersionResponse < Struct.new(
  :content,
  :layer_arn,
  :layer_version_arn,
  :description,
  :created_date,
  :version,
  :compatible_runtimes,
  :license_info)
  SENSITIVE = []
  include Aws::Structure
end

#layer_arnString

The ARN of the layer.



2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
# File 'lib/aws-sdk-lambda/types.rb', line 2545

class GetLayerVersionResponse < Struct.new(
  :content,
  :layer_arn,
  :layer_version_arn,
  :description,
  :created_date,
  :version,
  :compatible_runtimes,
  :license_info)
  SENSITIVE = []
  include Aws::Structure
end

#layer_version_arnString

The ARN of the layer version.



2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
# File 'lib/aws-sdk-lambda/types.rb', line 2545

class GetLayerVersionResponse < Struct.new(
  :content,
  :layer_arn,
  :layer_version_arn,
  :description,
  :created_date,
  :version,
  :compatible_runtimes,
  :license_info)
  SENSITIVE = []
  include Aws::Structure
end

#license_infoString

The layer’s software license.



2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
# File 'lib/aws-sdk-lambda/types.rb', line 2545

class GetLayerVersionResponse < Struct.new(
  :content,
  :layer_arn,
  :layer_version_arn,
  :description,
  :created_date,
  :version,
  :compatible_runtimes,
  :license_info)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The version number.



2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
# File 'lib/aws-sdk-lambda/types.rb', line 2545

class GetLayerVersionResponse < Struct.new(
  :content,
  :layer_arn,
  :layer_version_arn,
  :description,
  :created_date,
  :version,
  :compatible_runtimes,
  :license_info)
  SENSITIVE = []
  include Aws::Structure
end