Class: Aws::Inspector2::Types::TitleAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::TitleAggregation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The details that define an aggregation based on finding title.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_type ⇒ String
The type of finding to aggregate on.
-
#resource_type ⇒ String
The resource type to aggregate on.
-
#sort_by ⇒ String
The value to sort results by.
-
#sort_order ⇒ String
The order to sort results by.
-
#titles ⇒ Array<Types::StringFilter>
The finding titles to aggregate on.
-
#vulnerability_ids ⇒ Array<Types::StringFilter>
The vulnerability IDs of the findings.
Instance Attribute Details
#finding_type ⇒ String
The type of finding to aggregate on.
6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6879 class TitleAggregation < Struct.new( :finding_type, :resource_type, :sort_by, :sort_order, :titles, :vulnerability_ids) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type to aggregate on.
6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6879 class TitleAggregation < Struct.new( :finding_type, :resource_type, :sort_by, :sort_order, :titles, :vulnerability_ids) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The value to sort results by.
6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6879 class TitleAggregation < Struct.new( :finding_type, :resource_type, :sort_by, :sort_order, :titles, :vulnerability_ids) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order to sort results by.
6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6879 class TitleAggregation < Struct.new( :finding_type, :resource_type, :sort_by, :sort_order, :titles, :vulnerability_ids) SENSITIVE = [] include Aws::Structure end |
#titles ⇒ Array<Types::StringFilter>
The finding titles to aggregate on.
6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6879 class TitleAggregation < Struct.new( :finding_type, :resource_type, :sort_by, :sort_order, :titles, :vulnerability_ids) SENSITIVE = [] include Aws::Structure end |
#vulnerability_ids ⇒ Array<Types::StringFilter>
The vulnerability IDs of the findings.
6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6879 class TitleAggregation < Struct.new( :finding_type, :resource_type, :sort_by, :sort_order, :titles, :vulnerability_ids) SENSITIVE = [] include Aws::Structure end |