Class: Aws::SecurityHub::Types::GroupByResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GroupByResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Represents finding statistics grouped by ‘GroupedByField`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_by_field ⇒ String
The attribute by which filtered security findings should be grouped.
-
#group_by_values ⇒ Array<Types::GroupByValue>
An array of grouped values and their respective counts for each ‘GroupByField`.
Instance Attribute Details
#group_by_field ⇒ String
The attribute by which filtered security findings should be grouped.
26079 26080 26081 26082 26083 26084 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26079 class GroupByResult < Struct.new( :group_by_field, :group_by_values) SENSITIVE = [] include Aws::Structure end |
#group_by_values ⇒ Array<Types::GroupByValue>
An array of grouped values and their respective counts for each ‘GroupByField`.
26079 26080 26081 26082 26083 26084 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26079 class GroupByResult < Struct.new( :group_by_field, :group_by_values) SENSITIVE = [] include Aws::Structure end |