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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


25796
25797
25798
25799
25800
25801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25796

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)


25796
25797
25798
25799
25800
25801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25796

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