Class: Aws::Types::GetKxUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetKxUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
576 577 578 |
# File 'sig/types.rbs', line 576 def environment_id @environment_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
575 576 577 |
# File 'sig/types.rbs', line 575 def user_name @user_name end |