Class: Aws::Inspector2::Types::FindingTypeAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::FindingTypeAggregation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The details that define an aggregation based on finding type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_type ⇒ String
The finding type to aggregate.
-
#resource_type ⇒ String
The resource type to aggregate.
-
#sort_by ⇒ String
The value to sort results by.
-
#sort_order ⇒ String
The order to sort results by.
Instance Attribute Details
#finding_type ⇒ String
The finding type to aggregate.
3761 3762 3763 3764 3765 3766 3767 3768 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3761 class FindingTypeAggregation < Struct.new( :finding_type, :resource_type, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type to aggregate.
3761 3762 3763 3764 3765 3766 3767 3768 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3761 class FindingTypeAggregation < Struct.new( :finding_type, :resource_type, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The value to sort results by.
3761 3762 3763 3764 3765 3766 3767 3768 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3761 class FindingTypeAggregation < Struct.new( :finding_type, :resource_type, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order to sort results by.
3761 3762 3763 3764 3765 3766 3767 3768 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3761 class FindingTypeAggregation < Struct.new( :finding_type, :resource_type, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |