Class: Aws::Lambda::Types::LayerVersionContentOutput

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

#code_sha_256String

The SHA-256 hash of the layer archive.

Returns:

  • (String)


3905
3906
3907
3908
3909
3910
3911
3912
3913
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3905

class LayerVersionContentOutput < Struct.new(
  :location,
  :code_sha_256,
  :code_size,
  :signing_profile_version_arn,
  :signing_job_arn)
  SENSITIVE = []
  include Aws::Structure
end

#code_sizeInteger

The size of the layer archive in bytes.

Returns:

  • (Integer)


3905
3906
3907
3908
3909
3910
3911
3912
3913
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3905

class LayerVersionContentOutput < Struct.new(
  :location,
  :code_sha_256,
  :code_size,
  :signing_profile_version_arn,
  :signing_job_arn)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

A link to the layer archive in Amazon S3 that is valid for 10 minutes.

Returns:

  • (String)


3905
3906
3907
3908
3909
3910
3911
3912
3913
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3905

class LayerVersionContentOutput < Struct.new(
  :location,
  :code_sha_256,
  :code_size,
  :signing_profile_version_arn,
  :signing_job_arn)
  SENSITIVE = []
  include Aws::Structure
end

#signing_job_arnString

The Amazon Resource Name (ARN) of a signing job.

Returns:

  • (String)


3905
3906
3907
3908
3909
3910
3911
3912
3913
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3905

class LayerVersionContentOutput < Struct.new(
  :location,
  :code_sha_256,
  :code_size,
  :signing_profile_version_arn,
  :signing_job_arn)
  SENSITIVE = []
  include Aws::Structure
end

#signing_profile_version_arnString

The Amazon Resource Name (ARN) for a signing profile version.

Returns:

  • (String)


3905
3906
3907
3908
3909
3910
3911
3912
3913
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3905

class LayerVersionContentOutput < Struct.new(
  :location,
  :code_sha_256,
  :code_size,
  :signing_profile_version_arn,
  :signing_job_arn)
  SENSITIVE = []
  include Aws::Structure
end