Class: Aws::Chime::Types::ListRoomsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListRoomsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#rooms ⇒ Array<Types::Room>
The room details.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results.
5703 5704 5705 5706 5707 5708 |
# File 'lib/aws-sdk-chime/types.rb', line 5703 class ListRoomsResponse < Struct.new( :rooms, :next_token) SENSITIVE = [] include Aws::Structure end |
#rooms ⇒ Array<Types::Room>
The room details.
5703 5704 5705 5706 5707 5708 |
# File 'lib/aws-sdk-chime/types.rb', line 5703 class ListRoomsResponse < Struct.new( :rooms, :next_token) SENSITIVE = [] include Aws::Structure end |