Class: Aws::Types::UpdateUserProfileInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserProfileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#session_name ⇒ ::String
Returns the value of attribute session_name.
-
#status ⇒ "ASSIGNED", ...
Returns the value of attribute status.
-
#type ⇒ "IAM", "SSO"
Returns the value of attribute type.
-
#user_identifier ⇒ ::String
Returns the value of attribute user_identifier.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6926 6927 6928 |
# File 'sig/types.rbs', line 6926 def domain_identifier @domain_identifier end |
#session_name ⇒ ::String
Returns the value of attribute session_name.
6930 6931 6932 |
# File 'sig/types.rbs', line 6930 def session_name @session_name end |
#status ⇒ "ASSIGNED", ...
Returns the value of attribute status.
6929 6930 6931 |
# File 'sig/types.rbs', line 6929 def status @status end |
#type ⇒ "IAM", "SSO"
Returns the value of attribute type.
6928 6929 6930 |
# File 'sig/types.rbs', line 6928 def type @type end |
#user_identifier ⇒ ::String
Returns the value of attribute user_identifier.
6927 6928 6929 |
# File 'sig/types.rbs', line 6927 def user_identifier @user_identifier end |