Class: Aws::Types::UpdateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#custom_federation_provider_url ⇒ ::String
Returns the value of attribute custom_federation_provider_url.
-
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#external_login_federation_provider_type ⇒ ::String
Returns the value of attribute external_login_federation_provider_type.
-
#external_login_id ⇒ ::String
Returns the value of attribute external_login_id.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
-
#unapply_custom_permissions ⇒ Boolean
Returns the value of attribute unapply_custom_permissions.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12797 12798 12799 |
# File 'sig/types.rbs', line 12797 def aws_account_id @aws_account_id end |
#custom_federation_provider_url ⇒ ::String
Returns the value of attribute custom_federation_provider_url.
12804 12805 12806 |
# File 'sig/types.rbs', line 12804 def custom_federation_provider_url @custom_federation_provider_url end |
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
12801 12802 12803 |
# File 'sig/types.rbs', line 12801 def @custom_permissions_name end |
#email ⇒ ::String
Returns the value of attribute email.
12799 12800 12801 |
# File 'sig/types.rbs', line 12799 def email @email end |
#external_login_federation_provider_type ⇒ ::String
Returns the value of attribute external_login_federation_provider_type.
12803 12804 12805 |
# File 'sig/types.rbs', line 12803 def external_login_federation_provider_type @external_login_federation_provider_type end |
#external_login_id ⇒ ::String
Returns the value of attribute external_login_id.
12805 12806 12807 |
# File 'sig/types.rbs', line 12805 def external_login_id @external_login_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
12798 12799 12800 |
# File 'sig/types.rbs', line 12798 def namespace @namespace end |
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
12800 12801 12802 |
# File 'sig/types.rbs', line 12800 def role @role end |
#unapply_custom_permissions ⇒ Boolean
Returns the value of attribute unapply_custom_permissions.
12802 12803 12804 |
# File 'sig/types.rbs', line 12802 def @unapply_custom_permissions end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
12796 12797 12798 |
# File 'sig/types.rbs', line 12796 def user_name @user_name end |