Class: Aws::Ivschat::Types::ListRoomsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::ListRoomsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are more rooms than ‘maxResults`, use `nextToken` in the request to get the next set.
-
#rooms ⇒ Array<Types::RoomSummary>
List of the matching rooms (summary information only).
Instance Attribute Details
#next_token ⇒ String
If there are more rooms than ‘maxResults`, use `nextToken` in the request to get the next set.
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 |
#rooms ⇒ Array<Types::RoomSummary>
List of the matching rooms (summary information only).
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 |