Class: Aws::Types::ListFindingAggregationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFindingAggregationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute account_ids.
-
#aggregation_request ⇒ Types::AggregationRequest
Returns the value of attribute aggregation_request.
-
#aggregation_type ⇒ "FINDING_TYPE", ...
Returns the value of attribute aggregation_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute account_ids.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def account_ids @account_ids end |
#aggregation_request ⇒ Types::AggregationRequest
Returns the value of attribute aggregation_request.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def aggregation_request @aggregation_request end |
#aggregation_type ⇒ "FINDING_TYPE", ...
Returns the value of attribute aggregation_type.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def aggregation_type @aggregation_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def next_token @next_token end |