Class: Aws::Types::ListReservationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListReservationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#reservations ⇒ ::Array[Types::Reservation]
Returns the value of attribute reservations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def next_token @next_token end |
#reservations ⇒ ::Array[Types::Reservation]
Returns the value of attribute reservations.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def reservations @reservations end |