Class: Aws::SecurityHub::Types::InsightResults

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

Overview

The insight results returned by the GetInsightResults operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_by_attributeString

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

Returns:

  • (String)


24832
24833
24834
24835
24836
24837
24838
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24832

class InsightResults < Struct.new(
  :insight_arn,
  :group_by_attribute,
  :result_values)
  SENSITIVE = []
  include Aws::Structure
end

#insight_arnString

The ARN of the insight whose results are returned by the GetInsightResults operation.

Returns:

  • (String)


24832
24833
24834
24835
24836
24837
24838
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24832

class InsightResults < Struct.new(
  :insight_arn,
  :group_by_attribute,
  :result_values)
  SENSITIVE = []
  include Aws::Structure
end

#result_valuesArray<Types::InsightResultValue>

The list of insight result values returned by the GetInsightResults operation.

Returns:



24832
24833
24834
24835
24836
24837
24838
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24832

class InsightResults < Struct.new(
  :insight_arn,
  :group_by_attribute,
  :result_values)
  SENSITIVE = []
  include Aws::Structure
end