Class: Aws::Types::UpdateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute api_access.
-
#api_access_principal_arn ⇒ ::String
Returns the value of attribute api_access_principal_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#type ⇒ "SUPER_USER", "APP_USER"
Returns the value of attribute type.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#api_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute api_access.
610 611 612 |
# File 'sig/types.rbs', line 610 def api_access @api_access end |
#api_access_principal_arn ⇒ ::String
Returns the value of attribute api_access_principal_arn.
611 612 613 |
# File 'sig/types.rbs', line 611 def api_access_principal_arn @api_access_principal_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
612 613 614 |
# File 'sig/types.rbs', line 612 def client_token @client_token end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
608 609 610 |
# File 'sig/types.rbs', line 608 def first_name @first_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
609 610 611 |
# File 'sig/types.rbs', line 609 def last_name @last_name end |
#type ⇒ "SUPER_USER", "APP_USER"
Returns the value of attribute type.
607 608 609 |
# File 'sig/types.rbs', line 607 def type @type end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
606 607 608 |
# File 'sig/types.rbs', line 606 def user_id @user_id end |