Class: Aws::AlexaForBusiness::Types::SearchUsersResponse

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)


4263
4264
4265
4266
4267
4268
4269
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4263

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

#total_countInteger

The total number of users returned.

Returns:

  • (Integer)


4263
4264
4265
4266
4267
4268
4269
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4263

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

#usersArray<Types::UserData>

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

Returns:



4263
4264
4265
4266
4267
4268
4269
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4263

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