Class: Aws::Types::ListRoomsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



204
205
206
# File 'sig/types.rbs', line 204

def rooms
  @rooms
end