Class: Aws::Ivschat::Types::ListRoomsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivschat/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If there are more rooms than ‘maxResults`, use `nextToken` in the request to get the next set.

Returns:

  • (String)


711
712
713
714
715
716
# File 'lib/aws-sdk-ivschat/types.rb', line 711

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

#roomsArray<Types::RoomSummary>

List of the matching rooms (summary information only).

Returns:



711
712
713
714
715
716
# File 'lib/aws-sdk-ivschat/types.rb', line 711

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