Class: Aws::Finspace::Types::GetKxUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::GetKxUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
-
#user_name ⇒ String
A unique identifier for the user.
Instance Attribute Details
#environment_id ⇒ String
A unique identifier for the kdb environment.
2741 2742 2743 2744 2745 2746 |
# File 'lib/aws-sdk-finspace/types.rb', line 2741 class GetKxUserRequest < Struct.new( :user_name, :environment_id) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
A unique identifier for the user.
2741 2742 2743 2744 2745 2746 |
# File 'lib/aws-sdk-finspace/types.rb', line 2741 class GetKxUserRequest < Struct.new( :user_name, :environment_id) SENSITIVE = [] include Aws::Structure end |