Class: Aws::Types::ListFindingAggregationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFindingAggregationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_type ⇒ "FINDING_TYPE", ...
Returns the value of attribute aggregation_type.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#responses ⇒ ::Array[Types::AggregationResponse]
Returns the value of attribute responses.
Instance Attribute Details
#aggregation_type ⇒ "FINDING_TYPE", ...
Returns the value of attribute aggregation_type.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def aggregation_type @aggregation_type end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def next_token @next_token end |
#responses ⇒ ::Array[Types::AggregationResponse]
Returns the value of attribute responses.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def responses @responses end |