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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_runtimesArray<String>

The layer’s compatible runtimes.

Returns:

  • (Array<String>)


1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
# File 'lib/aws-sdk-lambda/types.rb', line 1413

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

#contentTypes::LayerVersionContentOutput

Details about the layer version.



1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
# File 'lib/aws-sdk-lambda/types.rb', line 1413

class GetLayerVersionResponse < Struct.new(
  :content,
  :layer_arn,
  :layer_version_arn,
  :description,
  :created_date,
  :version,
  :compatible_runtimes,
  :license_info)
  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

Returns:

  • (Time)


1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
# File 'lib/aws-sdk-lambda/types.rb', line 1413

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

#descriptionString

The description of the version.

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
# File 'lib/aws-sdk-lambda/types.rb', line 1413

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

#layer_arnString

The ARN of the layer.

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
# File 'lib/aws-sdk-lambda/types.rb', line 1413

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

#layer_version_arnString

The ARN of the layer version.

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
# File 'lib/aws-sdk-lambda/types.rb', line 1413

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

#license_infoString

The layer’s software license.

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
# File 'lib/aws-sdk-lambda/types.rb', line 1413

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

#versionInteger

The version number.

Returns:

  • (Integer)


1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
# File 'lib/aws-sdk-lambda/types.rb', line 1413

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