Class: Aws::Finspace::Types::GetKxUserRequest

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)


2725
2726
2727
2728
2729
2730
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2725

class GetKxUserRequest < Struct.new(
  :user_name,
  :environment_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

A unique identifier for the user.

Returns:

  • (String)


2725
2726
2727
2728
2729
2730
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2725

class GetKxUserRequest < Struct.new(
  :user_name,
  :environment_id)
  SENSITIVE = []
  include Aws::Structure
end