Class: Aws::SecurityHub::Types::InsightResultValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::InsightResultValue
- 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
-
#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`.
25920 25921 25922 25923 25924 25925 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25920 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.
25920 25921 25922 25923 25924 25925 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25920 class InsightResultValue < Struct.new( :group_by_attribute_value, :count) SENSITIVE = [] include Aws::Structure end |