Class: Aws::Types::GetUserProfileOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetUserProfileOutput
- 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.
3348 3349 3350 |
# File 'sig/types.rbs', line 3348 def details @details end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3344 3345 3346 |
# File 'sig/types.rbs', line 3344 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
3345 3346 3347 |
# File 'sig/types.rbs', line 3345 def id @id end |
#status ⇒ "ASSIGNED", ...
Returns the value of attribute status.
3347 3348 3349 |
# File 'sig/types.rbs', line 3347 def status @status end |
#type ⇒ "IAM", "SSO"
Returns the value of attribute type.
3346 3347 3348 |
# File 'sig/types.rbs', line 3346 def type @type end |