Class: Aws::SecurityHub::Types::InsightResultValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::InsightResultValue
- 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
-
#count ⇒ Integer
The number of findings returned for each
GroupByAttributeValue
. -
#group_by_attribute_value ⇒ String
The value of the attribute that the findings are grouped by for the insight whose results are returned by the
GetInsightResults
operation.
Instance Attribute Details
#count ⇒ Integer
The number of findings returned for each GroupByAttributeValue
.
25013 25014 25015 25016 25017 25018 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25013 class InsightResultValue < Struct.new( :group_by_attribute_value, :count) SENSITIVE = [] include Aws::Structure end |
#group_by_attribute_value ⇒ String
The value of the attribute that the findings are grouped by for the
insight whose results are returned by the GetInsightResults
operation.
25013 25014 25015 25016 25017 25018 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25013 class InsightResultValue < Struct.new( :group_by_attribute_value, :count) SENSITIVE = [] include Aws::Structure end |