Class: Aws::Lambda::Types::PublishLayerVersionResponse

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>)


2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'lib/aws-sdk-lambda/types.rb', line 2307

class PublishLayerVersionResponse < 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.



2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'lib/aws-sdk-lambda/types.rb', line 2307

class PublishLayerVersionResponse < 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)


2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'lib/aws-sdk-lambda/types.rb', line 2307

class PublishLayerVersionResponse < 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)


2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'lib/aws-sdk-lambda/types.rb', line 2307

class PublishLayerVersionResponse < 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)


2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'lib/aws-sdk-lambda/types.rb', line 2307

class PublishLayerVersionResponse < 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)


2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'lib/aws-sdk-lambda/types.rb', line 2307

class PublishLayerVersionResponse < 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)


2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'lib/aws-sdk-lambda/types.rb', line 2307

class PublishLayerVersionResponse < 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)


2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'lib/aws-sdk-lambda/types.rb', line 2307

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