Class: Aws::Inspector2::Types::LambdaFunctionAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::LambdaFunctionAggregation
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
The details that define a findings aggregation based on AWS Lambda functions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_names ⇒ Array<Types::StringFilter>
The AWS Lambda function names to include in the aggregation results.
-
#function_tags ⇒ Array<Types::MapFilter>
The tags to include in the aggregation results.
-
#resource_ids ⇒ Array<Types::StringFilter>
The resource IDs to include in the aggregation results.
-
#runtimes ⇒ Array<Types::StringFilter>
Returns findings aggregated by AWS Lambda function runtime environments.
-
#sort_by ⇒ String
The finding severity to use for sorting the results.
-
#sort_order ⇒ String
The order to use for sorting the results.
Instance Attribute Details
#function_names ⇒ Array<Types::StringFilter>
The AWS Lambda function names to include in the aggregation results.
2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2506 class LambdaFunctionAggregation < Struct.new( :function_names, :function_tags, :resource_ids, :runtimes, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#function_tags ⇒ Array<Types::MapFilter>
The tags to include in the aggregation results.
2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2506 class LambdaFunctionAggregation < Struct.new( :function_names, :function_tags, :resource_ids, :runtimes, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#resource_ids ⇒ Array<Types::StringFilter>
The resource IDs to include in the aggregation results.
2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2506 class LambdaFunctionAggregation < Struct.new( :function_names, :function_tags, :resource_ids, :runtimes, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#runtimes ⇒ Array<Types::StringFilter>
Returns findings aggregated by AWS Lambda function runtime environments.
2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2506 class LambdaFunctionAggregation < Struct.new( :function_names, :function_tags, :resource_ids, :runtimes, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The finding severity to use for sorting the results.
2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2506 class LambdaFunctionAggregation < Struct.new( :function_names, :function_tags, :resource_ids, :runtimes, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order to use for sorting the results.
2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2506 class LambdaFunctionAggregation < Struct.new( :function_names, :function_tags, :resource_ids, :runtimes, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |