Class: Aws::Types::UpdateKxUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKxUserRequest
- 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.
-
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def client_token @client_token end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def environment_id @environment_id end |
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def iam_role @iam_role end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def user_name @user_name end |