Class: Aws::SecurityHub::Types::AwsLambdaFunctionLayer

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

Overview

An Lambda layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the function layer.



14281
14282
14283
14284
14285
14286
# File 'lib/aws-sdk-securityhub/types.rb', line 14281

class AwsLambdaFunctionLayer < Struct.new(
  :arn,
  :code_size)
  SENSITIVE = []
  include Aws::Structure
end

#code_sizeInteger

The size of the layer archive in bytes.



14281
14282
14283
14284
14285
14286
# File 'lib/aws-sdk-securityhub/types.rb', line 14281

class AwsLambdaFunctionLayer < Struct.new(
  :arn,
  :code_size)
  SENSITIVE = []
  include Aws::Structure
end