Class: Aws::Types::ListReservationsResultModel
- Inherits:
-
Object
- Object
- Aws::Types::ListReservationsResultModel
- 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.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def next_token @next_token end |
#reservations ⇒ ::Array[Types::Reservation]
Returns the value of attribute reservations.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def reservations @reservations end |