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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivschat/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)


709
710
711
712
713
714
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 709

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

#roomsArray<Types::RoomSummary>

List of the matching rooms (summary information only).

Returns:



709
710
711
712
713
714
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 709

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