Module: Aws::DataZone::Client::_GetUserProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetUserProfileOutput]
- 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
2638 |
# File 'sig/client.rbs', line 2638
def details: () -> Types::UserProfileDetails
|
#domain_id ⇒ ::String
2634 |
# File 'sig/client.rbs', line 2634
def domain_id: () -> ::String
|
#id ⇒ ::String
2635 |
# File 'sig/client.rbs', line 2635
def id: () -> ::String
|
#status ⇒ "ASSIGNED", ...
2637 |
# File 'sig/client.rbs', line 2637
def status: () -> ("ASSIGNED" | "NOT_ASSIGNED" | "ACTIVATED" | "DEACTIVATED")
|
#type ⇒ "IAM", "SSO"
2636 |
# File 'sig/client.rbs', line 2636
def type: () -> ("IAM" | "SSO")
|