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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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.

Returns:

  • (String)


14672
14673
14674
14675
14676
14677
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14672

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

#code_sizeInteger

The size of the layer archive in bytes.

Returns:

  • (Integer)


14672
14673
14674
14675
14676
14677
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14672

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