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
4038 |
# File 'sig/client.rbs', line 4038
def description: () -> ::String
|
#domain_execution_role ⇒ ::String
4040 |
# File 'sig/client.rbs', line 4040
def domain_execution_role: () -> ::String
|
#id ⇒ ::String
4036 |
# File 'sig/client.rbs', line 4036
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
4043 |
# File 'sig/client.rbs', line 4043
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
4042 |
# File 'sig/client.rbs', line 4042
def name: () -> ::String
|
#root_domain_unit_id ⇒ ::String
4037 |
# File 'sig/client.rbs', line 4037
def root_domain_unit_id: () -> ::String
|
#service_role ⇒ ::String
4041 |
# File 'sig/client.rbs', line 4041
def service_role: () -> ::String
|
#single_sign_on ⇒ Types::SingleSignOn
4039 |
# File 'sig/client.rbs', line 4039
def single_sign_on: () -> Types::SingleSignOn
|