Class: Aws::Finspace::Types::ListKxUsersRequest

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

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


4415
4416
4417
4418
4419
4420
4421
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4415

class ListKxUsersRequest < Struct.new(
  :environment_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in this request.

Returns:

  • (Integer)


4415
4416
4417
4418
4419
4420
4421
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4415

class ListKxUsersRequest < Struct.new(
  :environment_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


4415
4416
4417
4418
4419
4420
4421
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4415

class ListKxUsersRequest < Struct.new(
  :environment_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end