Class: Aws::Chime::Types::ListRoomsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


5703
5704
5705
5706
5707
5708
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5703

class ListRoomsResponse < Struct.new(
  :rooms,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#roomsArray<Types::Room>

The room details.

Returns:



5703
5704
5705
5706
5707
5708
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5703

class ListRoomsResponse < Struct.new(
  :rooms,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end