Class: Aws::Connect::Types::ListUsersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


13071
13072
13073
13074
13075
13076
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13071

class ListUsersResponse < Struct.new(
  :user_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#user_summary_listArray<Types::UserSummary>

Information about the users.

Returns:



13071
13072
13073
13074
13075
13076
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13071

class ListUsersResponse < Struct.new(
  :user_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end