Class: Aws::AlexaForBusiness::Types::SearchRoomsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token returned to indicate that there is more data available.

Returns:

  • (String)


3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3287

class SearchRoomsResponse < Struct.new(
  :rooms,
  :next_token,
  :total_count)
  include Aws::Structure
end

#roomsArray<Types::RoomData>

The rooms that meet the specified set of filter criteria, in sort order.

Returns:



3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3287

class SearchRoomsResponse < Struct.new(
  :rooms,
  :next_token,
  :total_count)
  include Aws::Structure
end

#total_countInteger

The total number of rooms returned.

Returns:

  • (Integer)


3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3287

class SearchRoomsResponse < Struct.new(
  :rooms,
  :next_token,
  :total_count)
  include Aws::Structure
end