Class: Aws::Types::DescribePendingAggregationRequestsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePendingAggregationRequestsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pending_aggregation_requests ⇒ ::Array[Types::PendingAggregationRequest]
Returns the value of attribute pending_aggregation_requests.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
910 911 912 |
# File 'sig/types.rbs', line 910 def next_token @next_token end |
#pending_aggregation_requests ⇒ ::Array[Types::PendingAggregationRequest]
Returns the value of attribute pending_aggregation_requests.
909 910 911 |
# File 'sig/types.rbs', line 909 def pending_aggregation_requests @pending_aggregation_requests end |