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_type ⇒ String

The type of finding to aggregate on.

Returns:

  • (String)


10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
# File 'lib/aws-sdk-inspector2/types.rb', line 10367

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

#resource_type ⇒ String

The resource type to aggregate on.

Returns:

  • (String)


10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
# File 'lib/aws-sdk-inspector2/types.rb', line 10367

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

#sort_by ⇒ String

The value to sort results by.

Returns:

  • (String)


10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
# File 'lib/aws-sdk-inspector2/types.rb', line 10367

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

#sort_order ⇒ String

The order to sort results by.

Returns:

  • (String)


10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
# File 'lib/aws-sdk-inspector2/types.rb', line 10367

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

#titles ⇒ Array<Types::StringFilter>

The finding titles to aggregate on.

Returns:



10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
# File 'lib/aws-sdk-inspector2/types.rb', line 10367

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

#vulnerability_ids ⇒ Array<Types::StringFilter>

The vulnerability IDs of the findings.

Returns:



10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
# File 'lib/aws-sdk-inspector2/types.rb', line 10367

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