Class: Aws::Inspector2::Types::LambdaLayerAggregationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::LambdaLayerAggregationResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
A response that contains the results of an AWS Lambda function layer finding aggregation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the AWS Lambda function layer.
-
#function_name ⇒ String
The names of the AWS Lambda functions associated with the layers.
-
#layer_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS Lambda function layer.
-
#resource_id ⇒ String
The Resource ID of the AWS Lambda function layer.
-
#severity_counts ⇒ Types::SeverityCounts
An object that contains the counts of aggregated finding per severity.
Instance Attribute Details
#account_id ⇒ String
The account ID of the AWS Lambda function layer.
2655 2656 2657 2658 2659 2660 2661 2662 2663 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2655 class LambdaLayerAggregationResponse < Struct.new( :account_id, :function_name, :layer_arn, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#function_name ⇒ String
The names of the AWS Lambda functions associated with the layers.
2655 2656 2657 2658 2659 2660 2661 2662 2663 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2655 class LambdaLayerAggregationResponse < Struct.new( :account_id, :function_name, :layer_arn, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#layer_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS Lambda function layer.
2655 2656 2657 2658 2659 2660 2661 2662 2663 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2655 class LambdaLayerAggregationResponse < Struct.new( :account_id, :function_name, :layer_arn, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The Resource ID of the AWS Lambda function layer.
2655 2656 2657 2658 2659 2660 2661 2662 2663 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2655 class LambdaLayerAggregationResponse < Struct.new( :account_id, :function_name, :layer_arn, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
An object that contains the counts of aggregated finding per severity.
2655 2656 2657 2658 2659 2660 2661 2662 2663 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2655 class LambdaLayerAggregationResponse < Struct.new( :account_id, :function_name, :layer_arn, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |