Class: Aws::Finspace::Types::ListKxUsersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


4433
4434
4435
4436
4437
4438
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4433

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

#usersArray<Types::KxUser>

A list of users in a kdb environment.

Returns:



4433
4434
4435
4436
4437
4438
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4433

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