Class: Aws::Types::GetFindingsStatisticsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingsStatisticsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#finding_criteria ⇒ Types::FindingCriteria
Returns the value of attribute finding_criteria.
-
#finding_statistic_types ⇒ ::Array[("COUNT_BY_SEVERITY")]
Returns the value of attribute finding_statistic_types.
-
#group_by ⇒ "ACCOUNT", ...
Returns the value of attribute group_by.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#order_by ⇒ "ASC", "DESC"
Returns the value of attribute order_by.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def detector_id @detector_id end |
#finding_criteria ⇒ Types::FindingCriteria
Returns the value of attribute finding_criteria.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def finding_criteria @finding_criteria end |
#finding_statistic_types ⇒ ::Array[("COUNT_BY_SEVERITY")]
Returns the value of attribute finding_statistic_types.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def finding_statistic_types @finding_statistic_types end |
#group_by ⇒ "ACCOUNT", ...
Returns the value of attribute group_by.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def group_by @group_by end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def max_results @max_results end |
#order_by ⇒ "ASC", "DESC"
Returns the value of attribute order_by.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def order_by @order_by end |