Class: Aws::Types::ListRoomsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRoomsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rooms ⇒ ::Array[Types::RoomSummary]
Returns the value of attribute rooms.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
205 206 207 |
# File 'sig/types.rbs', line 205 def next_token @next_token end |
#rooms ⇒ ::Array[Types::RoomSummary]
Returns the value of attribute rooms.
204 205 206 |
# File 'sig/types.rbs', line 204 def rooms @rooms end |