Class: Aws::SecurityHub::Types::AwsLambdaFunctionLayer
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecurityHub::Types::AwsLambdaFunctionLayer
 
- Defined in:
- gems/aws-sdk-securityhub/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.
| 14281 14282 14283 14284 14285 14286 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14281 class AwsLambdaFunctionLayer < Struct.new( :arn, :code_size) SENSITIVE = [] include Aws::Structure end | 
#code_size ⇒ Integer
The size of the layer archive in bytes.
| 14281 14282 14283 14284 14285 14286 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14281 class AwsLambdaFunctionLayer < Struct.new( :arn, :code_size) SENSITIVE = [] include Aws::Structure end |