Module: Aws::DataZone::Client::_CreateUserProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateUserProfileOutput]
- 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
1413 |
# File 'sig/client.rbs', line 1413
def details: () -> Types::UserProfileDetails
|
#domain_id ⇒ ::String
1409 |
# File 'sig/client.rbs', line 1409
def domain_id: () -> ::String
|
#id ⇒ ::String
1410 |
# File 'sig/client.rbs', line 1410
def id: () -> ::String
|
#status ⇒ "ASSIGNED", ...
1412 |
# File 'sig/client.rbs', line 1412
def status: () -> ("ASSIGNED" | "NOT_ASSIGNED" | "ACTIVATED" | "DEACTIVATED")
|
#type ⇒ "IAM", "SSO"
1411 |
# File 'sig/client.rbs', line 1411
def type: () -> ("IAM" | "SSO")
|