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
4029 |
# File 'sig/client.rbs', line 4029
def description: () -> ::String
|
#domain_execution_role ⇒ ::String
4031 |
# File 'sig/client.rbs', line 4031
def domain_execution_role: () -> ::String
|
#id ⇒ ::String
4027 |
# File 'sig/client.rbs', line 4027
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
4034 |
# File 'sig/client.rbs', line 4034
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
4033 |
# File 'sig/client.rbs', line 4033
def name: () -> ::String
|
#root_domain_unit_id ⇒ ::String
4028 |
# File 'sig/client.rbs', line 4028
def root_domain_unit_id: () -> ::String
|
#service_role ⇒ ::String
4032 |
# File 'sig/client.rbs', line 4032
def service_role: () -> ::String
|
#single_sign_on ⇒ Types::SingleSignOn
4030 |
# File 'sig/client.rbs', line 4030
def single_sign_on: () -> Types::SingleSignOn
|