Class: Aws::Inspector2::Types::TitleAggregation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#finding_typeString

The type of finding to aggregate on.

Returns:

  • (String)


6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
# File 'lib/aws-sdk-inspector2/types.rb', line 6876

class TitleAggregation < Struct.new(
  :finding_type,
  :resource_type,
  :sort_by,
  :sort_order,
  :titles,
  :vulnerability_ids)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type to aggregate on.

Returns:

  • (String)


6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
# File 'lib/aws-sdk-inspector2/types.rb', line 6876

class TitleAggregation < Struct.new(
  :finding_type,
  :resource_type,
  :sort_by,
  :sort_order,
  :titles,
  :vulnerability_ids)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The value to sort results by.

Returns:

  • (String)


6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
# File 'lib/aws-sdk-inspector2/types.rb', line 6876

class TitleAggregation < Struct.new(
  :finding_type,
  :resource_type,
  :sort_by,
  :sort_order,
  :titles,
  :vulnerability_ids)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The order to sort results by.

Returns:

  • (String)


6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
# File 'lib/aws-sdk-inspector2/types.rb', line 6876

class TitleAggregation < Struct.new(
  :finding_type,
  :resource_type,
  :sort_by,
  :sort_order,
  :titles,
  :vulnerability_ids)
  SENSITIVE = []
  include Aws::Structure
end

#titlesArray<Types::StringFilter>

The finding titles to aggregate on.

Returns:



6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
# File 'lib/aws-sdk-inspector2/types.rb', line 6876

class TitleAggregation < Struct.new(
  :finding_type,
  :resource_type,
  :sort_by,
  :sort_order,
  :titles,
  :vulnerability_ids)
  SENSITIVE = []
  include Aws::Structure
end

#vulnerability_idsArray<Types::StringFilter>

The vulnerability IDs of the findings.

Returns:



6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
# File 'lib/aws-sdk-inspector2/types.rb', line 6876

class TitleAggregation < Struct.new(
  :finding_type,
  :resource_type,
  :sort_by,
  :sort_order,
  :titles,
  :vulnerability_ids)
  SENSITIVE = []
  include Aws::Structure
end