Class: Aws::Types::DeleteKxUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteKxUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
359 360 361 |
# File 'sig/types.rbs', line 359 def client_token @client_token end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
358 359 360 |
# File 'sig/types.rbs', line 358 def environment_id @environment_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
357 358 359 |
# File 'sig/types.rbs', line 357 def user_name @user_name end |