Class: Aws::Types::ListRoomsResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



525
526
527
# File 'sig/types.rbs', line 525

def next_token
  @next_token
end

#rooms::Array[Types::Room]

Returns the value of attribute rooms.



524
525
526
# File 'sig/types.rbs', line 524

def rooms
  @rooms
end