Class: Aws::AlexaForBusiness::Types::SearchRoomsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SearchRoomsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token returned to indicate that there is more data available.
-
#rooms ⇒ Array<Types::RoomData>
The rooms that meet the specified set of filter criteria, in sort order.
-
#total_count ⇒ Integer
The total number of rooms returned.
Instance Attribute Details
#next_token ⇒ String
The token returned to indicate that there is more data available.
4146 4147 4148 4149 4150 4151 4152 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4146 class SearchRoomsResponse < Struct.new( :rooms, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#rooms ⇒ Array<Types::RoomData>
The rooms that meet the specified set of filter criteria, in sort order.
4146 4147 4148 4149 4150 4151 4152 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4146 class SearchRoomsResponse < Struct.new( :rooms, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of rooms returned.
4146 4147 4148 4149 4150 4151 4152 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4146 class SearchRoomsResponse < Struct.new( :rooms, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |