Module: Aws::DataZone::Client::_UpdateDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDomainOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #domain_execution_role ⇒ ::String
- #id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #root_domain_unit_id ⇒ ::String
- #service_role ⇒ ::String
- #single_sign_on ⇒ Types::SingleSignOn
Instance Method Details
#description ⇒ ::String
3991 |
# File 'sig/client.rbs', line 3991
def description: () -> ::String
|
#domain_execution_role ⇒ ::String
3993 |
# File 'sig/client.rbs', line 3993
def domain_execution_role: () -> ::String
|
#id ⇒ ::String
3989 |
# File 'sig/client.rbs', line 3989
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
3996 |
# File 'sig/client.rbs', line 3996
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
3995 |
# File 'sig/client.rbs', line 3995
def name: () -> ::String
|
#root_domain_unit_id ⇒ ::String
3990 |
# File 'sig/client.rbs', line 3990
def root_domain_unit_id: () -> ::String
|
#service_role ⇒ ::String
3994 |
# File 'sig/client.rbs', line 3994
def service_role: () -> ::String
|
#single_sign_on ⇒ Types::SingleSignOn
3992 |
# File 'sig/client.rbs', line 3992
def single_sign_on: () -> Types::SingleSignOn
|