Class: Aws::Inspector2::Types::LambdaFunctionAggregationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::LambdaFunctionAggregationResponse
- Includes:
- Structure
- Defined in:
- 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.
4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4411 class LambdaFunctionAggregationResponse < Struct.new( :account_id, :function_name, :lambda_tags, :last_modified_at, :resource_id, :runtime, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#function_name ⇒ String
The Amazon Web Services Lambda function names included in the aggregation results.
4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4411 class LambdaFunctionAggregationResponse < Struct.new( :account_id, :function_name, :lambda_tags, :last_modified_at, :resource_id, :runtime, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#lambda_tags ⇒ Hash<String,String>
The tags included in the aggregation results.
4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4411 class LambdaFunctionAggregationResponse < Struct.new( :account_id, :function_name, :lambda_tags, :last_modified_at, :resource_id, :runtime, :severity_counts) 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.
4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4411 class LambdaFunctionAggregationResponse < Struct.new( :account_id, :function_name, :lambda_tags, :last_modified_at, :resource_id, :runtime, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource IDs included in the aggregation results.
4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4411 class LambdaFunctionAggregationResponse < Struct.new( :account_id, :function_name, :lambda_tags, :last_modified_at, :resource_id, :runtime, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#runtime ⇒ String
The runtimes included in the aggregation results.
4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4411 class LambdaFunctionAggregationResponse < Struct.new( :account_id, :function_name, :lambda_tags, :last_modified_at, :resource_id, :runtime, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
An object that contains the counts of aggregated finding per severity.
4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4411 class LambdaFunctionAggregationResponse < Struct.new( :account_id, :function_name, :lambda_tags, :last_modified_at, :resource_id, :runtime, :severity_counts) SENSITIVE = [] include Aws::Structure end |