Class: Aws::SecurityHub::Types::GroupByValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GroupByValue
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Represents individual aggregated results when grouping security
findings for each GroupByField.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of findings for a specific
FieldValueandGroupByField. -
#field_value ⇒ String
The value of the field by which findings are grouped.
Instance Attribute Details
#count ⇒ Integer
The number of findings for a specific FieldValue and
GroupByField.
26137 26138 26139 26140 26141 26142 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26137 class GroupByValue < Struct.new( :field_value, :count) SENSITIVE = [] include Aws::Structure end |
#field_value ⇒ String
The value of the field by which findings are grouped.
26137 26138 26139 26140 26141 26142 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26137 class GroupByValue < Struct.new( :field_value, :count) SENSITIVE = [] include Aws::Structure end |