Class: Aws::SecurityHub::Types::InsightResultValue

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

The insight result values returned by the ‘GetInsightResults` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of findings returned for each ‘GroupByAttributeValue`.

Returns:

  • (Integer)


25927
25928
25929
25930
25931
25932
# File 'lib/aws-sdk-securityhub/types.rb', line 25927

class InsightResultValue < Struct.new(
  :group_by_attribute_value,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#group_by_attribute_valueString

The value of the attribute that the findings are grouped by for the insight whose results are returned by the ‘GetInsightResults` operation.

Returns:

  • (String)


25927
25928
25929
25930
25931
25932
# File 'lib/aws-sdk-securityhub/types.rb', line 25927

class InsightResultValue < Struct.new(
  :group_by_attribute_value,
  :count)
  SENSITIVE = []
  include Aws::Structure
end