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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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)


6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6853

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)


6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6853

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)


6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6853

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)


6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6853

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:



6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6853

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:



6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6853

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