Class: Aws::Inspector2::Types::LambdaFunctionAggregationResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Inspector2::Types::LambdaFunctionAggregationResponse
 
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
A response that contains the results of an Amazon Web Services Lambda function finding aggregation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function. 
- 
  
    
      #function_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services Lambda function names included in the aggregation results. 
- 
  
    
      #lambda_tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The tags included in the aggregation results. 
- 
  
    
      #last_modified_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date that the Amazon Web Services Lambda function included in the aggregation results was last changed. 
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resource IDs included in the aggregation results. 
- 
  
    
      #runtime  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The runtimes included in the aggregation results. 
- 
  
    
      #severity_counts  ⇒ Types::SeverityCounts 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An object that contains the counts of aggregated finding per severity. 
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function.
| 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 | # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5686 class LambdaFunctionAggregationResponse < Struct.new( :resource_id, :function_name, :runtime, :lambda_tags, :account_id, :severity_counts, :last_modified_at) SENSITIVE = [] include Aws::Structure end | 
#function_name ⇒ String
The Amazon Web Services Lambda function names included in the aggregation results.
| 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 | # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5686 class LambdaFunctionAggregationResponse < Struct.new( :resource_id, :function_name, :runtime, :lambda_tags, :account_id, :severity_counts, :last_modified_at) SENSITIVE = [] include Aws::Structure end | 
#lambda_tags ⇒ Hash<String,String>
The tags included in the aggregation results.
| 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 | # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5686 class LambdaFunctionAggregationResponse < Struct.new( :resource_id, :function_name, :runtime, :lambda_tags, :account_id, :severity_counts, :last_modified_at) SENSITIVE = [] include Aws::Structure end | 
#last_modified_at ⇒ Time
The date that the Amazon Web Services Lambda function included in the aggregation results was last changed.
| 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 | # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5686 class LambdaFunctionAggregationResponse < Struct.new( :resource_id, :function_name, :runtime, :lambda_tags, :account_id, :severity_counts, :last_modified_at) SENSITIVE = [] include Aws::Structure end | 
#resource_id ⇒ String
The resource IDs included in the aggregation results.
| 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 | # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5686 class LambdaFunctionAggregationResponse < Struct.new( :resource_id, :function_name, :runtime, :lambda_tags, :account_id, :severity_counts, :last_modified_at) SENSITIVE = [] include Aws::Structure end | 
#runtime ⇒ String
The runtimes included in the aggregation results.
| 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 | # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5686 class LambdaFunctionAggregationResponse < Struct.new( :resource_id, :function_name, :runtime, :lambda_tags, :account_id, :severity_counts, :last_modified_at) SENSITIVE = [] include Aws::Structure end | 
#severity_counts ⇒ Types::SeverityCounts
An object that contains the counts of aggregated finding per severity.
| 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 | # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5686 class LambdaFunctionAggregationResponse < Struct.new( :resource_id, :function_name, :runtime, :lambda_tags, :account_id, :severity_counts, :last_modified_at) SENSITIVE = [] include Aws::Structure end |