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)


24806
24807
24808
24809
24810
24811
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24806

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)


24806
24807
24808
24809
24810
24811
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24806

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