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
2631 |
# File 'sig/client.rbs', line 2631
def details: () -> Types::UserProfileDetails
|
#domain_id ⇒ ::String
2627 |
# File 'sig/client.rbs', line 2627
def domain_id: () -> ::String
|
#id ⇒ ::String
2628 |
# File 'sig/client.rbs', line 2628
def id: () -> ::String
|
#status ⇒ "ASSIGNED", ...
2630 |
# File 'sig/client.rbs', line 2630
def status: () -> ("ASSIGNED" | "NOT_ASSIGNED" | "ACTIVATED" | "DEACTIVATED")
|
#type ⇒ "IAM", "SSO"
2629 |
# File 'sig/client.rbs', line 2629
def type: () -> ("IAM" | "SSO")
|