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 Amazon Web Services Lambda function's layers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_names ⇒ Array<Types::StringFilter>
The names of the Amazon Web Services Lambda functions associated with the layers.
-
#layer_arns ⇒ Array<Types::StringFilter>
The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.
-
#resource_ids ⇒ Array<Types::StringFilter>
The resource IDs for the Amazon Web Services 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 Amazon Web Services Lambda functions associated with the layers.
4480 4481 4482 4483 4484 4485 4486 4487 4488 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4480 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 Amazon Web Services Lambda function layer.
4480 4481 4482 4483 4484 4485 4486 4487 4488 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4480 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 Amazon Web Services Lambda function layers.
4480 4481 4482 4483 4484 4485 4486 4487 4488 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4480 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.
4480 4481 4482 4483 4484 4485 4486 4487 4488 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4480 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.
4480 4481 4482 4483 4484 4485 4486 4487 4488 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4480 class LambdaLayerAggregation < Struct.new( :function_names, :layer_arns, :resource_ids, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |