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
4497 |
# File 'sig/client.rbs', line 4497
def details: () -> Types::UserProfileDetails
|
#domain_id ⇒ ::String
4493 |
# File 'sig/client.rbs', line 4493
def domain_id: () -> ::String
|
#id ⇒ ::String
4494 |
# File 'sig/client.rbs', line 4494
def id: () -> ::String
|
#status ⇒ "ASSIGNED", ...
4496 |
# File 'sig/client.rbs', line 4496
def status: () -> ("ASSIGNED" | "NOT_ASSIGNED" | "ACTIVATED" | "DEACTIVATED")
|
#type ⇒ "IAM", "SSO"
4495 |
# File 'sig/client.rbs', line 4495
def type: () -> ("IAM" | "SSO")
|