Class: Aws::Lambda::Types::Layer

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the function layer.

Returns:

  • (String)


1666
1667
1668
1669
1670
# File 'lib/aws-sdk-lambda/types.rb', line 1666

class Layer < Struct.new(
  :arn,
  :code_size)
  include Aws::Structure
end

#code_sizeInteger

The size of the layer archive in bytes.

Returns:

  • (Integer)


1666
1667
1668
1669
1670
# File 'lib/aws-sdk-lambda/types.rb', line 1666

class Layer < Struct.new(
  :arn,
  :code_size)
  include Aws::Structure
end