Class: Aws::Lambda::Types::LayerVersionsListItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#compatible_architecturesArray<String>

A list of compatible instruction set architectures.

Returns:

  • (Array<String>)


3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3963

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

#compatible_runtimesArray<String>

The layer's compatible runtimes.

The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.

Returns:

  • (Array<String>)


3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3963

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

#created_dateTime

The date that the version was created, in ISO 8601 format. For example, 2018-11-27T15:10:45.123+0000.

Returns:

  • (Time)


3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3963

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

#descriptionString

The description of the version.

Returns:

  • (String)


3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3963

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

#layer_version_arnString

The ARN of the layer version.

Returns:

  • (String)


3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3963

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

#license_infoString

The layer's open-source license.

Returns:

  • (String)


3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3963

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

#versionInteger

The version number.

Returns:

  • (Integer)


3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3963

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