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

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

#next_tokenString

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

Returns:

  • (String)


12652
12653
12654
12655
12656
12657
# File 'lib/aws-sdk-connect/types.rb', line 12652

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

#user_summary_listArray<Types::UserSummary>

Information about the users.

Returns:



12652
12653
12654
12655
12656
12657
# File 'lib/aws-sdk-connect/types.rb', line 12652

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