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)


4793
4794
4795
4796
4797
4798
4799
4800
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4793

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

#resource_typeString

The resource type to aggregate.

Returns:

  • (String)


4793
4794
4795
4796
4797
4798
4799
4800
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4793

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

#sort_byString

The value to sort results by.

Returns:

  • (String)


4793
4794
4795
4796
4797
4798
4799
4800
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4793

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

#sort_orderString

The order to sort results by.

Returns:

  • (String)


4793
4794
4795
4796
4797
4798
4799
4800
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4793

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