Class: Aws::SecurityHub::Types::AwsLambdaFunctionLayer
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsLambdaFunctionLayer
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An Lambda layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the function layer.
-
#code_size ⇒ Integer
The size of the layer archive in bytes.
Instance Attribute Details
#arn ⇒ String
The ARN of the function layer.
14675 14676 14677 14678 14679 14680 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14675 class AwsLambdaFunctionLayer < Struct.new( :arn, :code_size) SENSITIVE = [] include Aws::Structure end |
#code_size ⇒ Integer
The size of the layer archive in bytes.
14675 14676 14677 14678 14679 14680 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14675 class AwsLambdaFunctionLayer < Struct.new( :arn, :code_size) SENSITIVE = [] include Aws::Structure end |