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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


4146
4147
4148
4149
4150
4151
4152
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4146

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

#roomsArray<Types::RoomData>

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

Returns:



4146
4147
4148
4149
4150
4151
4152
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4146

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

#total_countInteger

The total number of rooms returned.

Returns:

  • (Integer)


4146
4147
4148
4149
4150
4151
4152
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4146

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