Class: Aws::Inspector2::Types::LambdaLayerAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::LambdaLayerAggregation
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
The details that define a findings aggregation based on an AWS Lambda function's layers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_names ⇒ Array<Types::StringFilter>
The names of the AWS Lambda functions associated with the layers.
-
#layer_arns ⇒ Array<Types::StringFilter>
The Amazon Resource Name (ARN) of the AWS Lambda function layer.
-
#resource_ids ⇒ Array<Types::StringFilter>
The resource IDs for the AWS Lambda function layers.
-
#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 names of the AWS Lambda functions associated with the layers.
2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2619 class LambdaLayerAggregation < Struct.new( :function_names, :layer_arns, :resource_ids, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#layer_arns ⇒ Array<Types::StringFilter>
The Amazon Resource Name (ARN) of the AWS Lambda function layer.
2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2619 class LambdaLayerAggregation < Struct.new( :function_names, :layer_arns, :resource_ids, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#resource_ids ⇒ Array<Types::StringFilter>
The resource IDs for the AWS Lambda function layers.
2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2619 class LambdaLayerAggregation < Struct.new( :function_names, :layer_arns, :resource_ids, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The finding severity to use for sorting the results.
2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2619 class LambdaLayerAggregation < Struct.new( :function_names, :layer_arns, :resource_ids, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order to use for sorting the results.
2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2619 class LambdaLayerAggregation < Struct.new( :function_names, :layer_arns, :resource_ids, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |