Class: Aws::Types::CreateUserProfileOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserProfileOutput
- 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.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def details @details end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def id @id end |
#status ⇒ "ASSIGNED", ...
Returns the value of attribute status.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def status @status end |
#type ⇒ "IAM", "SSO"
Returns the value of attribute type.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def type @type end |