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.
13253 13254 13255 |
# File 'sig/types.rbs', line 13253 def aws_account_id @aws_account_id end |
#custom_federation_provider_url ⇒ ::String
Returns the value of attribute custom_federation_provider_url.
13260 13261 13262 |
# File 'sig/types.rbs', line 13260 def custom_federation_provider_url @custom_federation_provider_url end |
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
13257 13258 13259 |
# File 'sig/types.rbs', line 13257 def @custom_permissions_name end |
#email ⇒ ::String
Returns the value of attribute email.
13255 13256 13257 |
# File 'sig/types.rbs', line 13255 def email @email end |
#external_login_federation_provider_type ⇒ ::String
Returns the value of attribute external_login_federation_provider_type.
13259 13260 13261 |
# File 'sig/types.rbs', line 13259 def external_login_federation_provider_type @external_login_federation_provider_type end |
#external_login_id ⇒ ::String
Returns the value of attribute external_login_id.
13261 13262 13263 |
# File 'sig/types.rbs', line 13261 def external_login_id @external_login_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
13254 13255 13256 |
# File 'sig/types.rbs', line 13254 def namespace @namespace end |
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
13256 13257 13258 |
# File 'sig/types.rbs', line 13256 def role @role end |
#unapply_custom_permissions ⇒ Boolean
Returns the value of attribute unapply_custom_permissions.
13258 13259 13260 |
# File 'sig/types.rbs', line 13258 def @unapply_custom_permissions end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
13252 13253 13254 |
# File 'sig/types.rbs', line 13252 def user_name @user_name end |