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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_typeString

The finding type to aggregate.

Returns:

  • (String)


3761
3762
3763
3764
3765
3766
3767
3768
# File 'lib/aws-sdk-inspector2/types.rb', line 3761

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)


3761
3762
3763
3764
3765
3766
3767
3768
# File 'lib/aws-sdk-inspector2/types.rb', line 3761

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)


3761
3762
3763
3764
3765
3766
3767
3768
# File 'lib/aws-sdk-inspector2/types.rb', line 3761

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)


3761
3762
3763
3764
3765
3766
3767
3768
# File 'lib/aws-sdk-inspector2/types.rb', line 3761

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