Class: Aws::Types::GetFindingStatisticsV2Request
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingStatisticsV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_by_rules ⇒ ::Array[Types::GroupByRule]
Returns the value of attribute group_by_rules.
-
#max_statistic_results ⇒ ::Integer
Returns the value of attribute max_statistic_results.
-
#scopes ⇒ Types::FindingScopes
Returns the value of attribute scopes.
-
#sort_order ⇒ "asc", "desc"
Returns the value of attribute sort_order.
Instance Attribute Details
#group_by_rules ⇒ ::Array[Types::GroupByRule]
Returns the value of attribute group_by_rules.
6009 6010 6011 |
# File 'sig/types.rbs', line 6009 def group_by_rules @group_by_rules end |
#max_statistic_results ⇒ ::Integer
Returns the value of attribute max_statistic_results.
6012 6013 6014 |
# File 'sig/types.rbs', line 6012 def max_statistic_results @max_statistic_results end |
#scopes ⇒ Types::FindingScopes
Returns the value of attribute scopes.
6010 6011 6012 |
# File 'sig/types.rbs', line 6010 def scopes @scopes end |
#sort_order ⇒ "asc", "desc"
Returns the value of attribute sort_order.
6011 6012 6013 |
# File 'sig/types.rbs', line 6011 def sort_order @sort_order end |