Class: Aws::SecurityHub::Types::GetFindingStatisticsV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetFindingStatisticsV2Request
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_by_rules ⇒ Array<Types::GroupByRule>
Specifies how security findings should be aggregated and organized in the statistical analysis.
-
#max_statistic_results ⇒ Integer
The maximum number of results to be returned.
-
#sort_order ⇒ String
Orders the aggregation count in descending or ascending order.
Instance Attribute Details
#group_by_rules ⇒ Array<Types::GroupByRule>
Specifies how security findings should be aggregated and organized in the statistical analysis. It can accept up to 5 ‘groupBy` fields in a single call.
25702 25703 25704 25705 25706 25707 25708 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25702 class GetFindingStatisticsV2Request < Struct.new( :group_by_rules, :sort_order, :max_statistic_results) SENSITIVE = [] include Aws::Structure end |
#max_statistic_results ⇒ Integer
The maximum number of results to be returned.
25702 25703 25704 25705 25706 25707 25708 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25702 class GetFindingStatisticsV2Request < Struct.new( :group_by_rules, :sort_order, :max_statistic_results) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
Orders the aggregation count in descending or ascending order. Descending order is the default.
25702 25703 25704 25705 25706 25707 25708 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25702 class GetFindingStatisticsV2Request < Struct.new( :group_by_rules, :sort_order, :max_statistic_results) SENSITIVE = [] include Aws::Structure end |