Class: Aws::Inspector2::Types::FindingTypeAggregation

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 type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_typeString

The finding type to aggregate.

Returns:

  • (String)


3689
3690
3691
3692
3693
3694
3695
3696
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3689

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

#resource_typeString

The resource type to aggregate.

Returns:

  • (String)


3689
3690
3691
3692
3693
3694
3695
3696
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3689

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

#sort_byString

The value to sort results by.

Returns:

  • (String)


3689
3690
3691
3692
3693
3694
3695
3696
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3689

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

#sort_orderString

The order to sort results by.

Returns:

  • (String)


3689
3690
3691
3692
3693
3694
3695
3696
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3689

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