Class: Aws::Connect::Types::SearchUsersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_total_countInteger

The total number of users who matched your search query.

Returns:

  • (Integer)


16430
16431
16432
16433
16434
16435
16436
# File 'lib/aws-sdk-connect/types.rb', line 16430

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

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


16430
16431
16432
16433
16434
16435
16436
# File 'lib/aws-sdk-connect/types.rb', line 16430

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

#usersArray<Types::UserSearchSummary>

Information about the users.

Returns:



16430
16431
16432
16433
16434
16435
16436
# File 'lib/aws-sdk-connect/types.rb', line 16430

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