Class: Aws::Types::UpdateUserProfileOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserProfileOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ Types::UserProfileDetails
Returns the value of attribute details.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "ASSIGNED", ...
Returns the value of attribute status.
-
#type ⇒ "IAM", "SSO"
Returns the value of attribute type.
Instance Attribute Details
#details ⇒ Types::UserProfileDetails
Returns the value of attribute details.
6939 6940 6941 |
# File 'sig/types.rbs', line 6939 def details @details end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6935 6936 6937 |
# File 'sig/types.rbs', line 6935 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
6936 6937 6938 |
# File 'sig/types.rbs', line 6936 def id @id end |
#status ⇒ "ASSIGNED", ...
Returns the value of attribute status.
6938 6939 6940 |
# File 'sig/types.rbs', line 6938 def status @status end |
#type ⇒ "IAM", "SSO"
Returns the value of attribute type.
6937 6938 6939 |
# File 'sig/types.rbs', line 6937 def type @type end |