Module: Aws::DataZone::Client::_UpdateUserProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateUserProfileOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #details ⇒ Types::UserProfileDetails
- #domain_id ⇒ ::String
- #id ⇒ ::String
- #status ⇒ "ASSIGNED", ...
- #type ⇒ "IAM", "SSO"
Instance Method Details
#details ⇒ Types::UserProfileDetails
4536 |
# File 'sig/client.rbs', line 4536
def details: () -> Types::UserProfileDetails
|
#domain_id ⇒ ::String
4532 |
# File 'sig/client.rbs', line 4532
def domain_id: () -> ::String
|
#id ⇒ ::String
4533 |
# File 'sig/client.rbs', line 4533
def id: () -> ::String
|
#status ⇒ "ASSIGNED", ...
4535 |
# File 'sig/client.rbs', line 4535
def status: () -> ("ASSIGNED" | "NOT_ASSIGNED" | "ACTIVATED" | "DEACTIVATED")
|
#type ⇒ "IAM", "SSO"
4534 |
# File 'sig/client.rbs', line 4534
def type: () -> ("IAM" | "SSO")
|