Module: Aws::DataZone::Client::_UpdateDomainUnitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDomainUnitOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #last_updated_by ⇒ ::String
- #name ⇒ ::String
- #owners ⇒ ::Array[Types::DomainUnitOwnerProperties]
- #parent_domain_unit_id ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
4069 |
# File 'sig/client.rbs', line 4069
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4071 |
# File 'sig/client.rbs', line 4071
def created_by: () -> ::String
|
#description ⇒ ::String
4067 |
# File 'sig/client.rbs', line 4067
def description: () -> ::String
|
#domain_id ⇒ ::String
4064 |
# File 'sig/client.rbs', line 4064
def domain_id: () -> ::String
|
#id ⇒ ::String
4063 |
# File 'sig/client.rbs', line 4063
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
4070 |
# File 'sig/client.rbs', line 4070
def last_updated_at: () -> ::Time
|
#last_updated_by ⇒ ::String
4072 |
# File 'sig/client.rbs', line 4072
def last_updated_by: () -> ::String
|
#name ⇒ ::String
4065 |
# File 'sig/client.rbs', line 4065
def name: () -> ::String
|
#owners ⇒ ::Array[Types::DomainUnitOwnerProperties]
4066 |
# File 'sig/client.rbs', line 4066
def owners: () -> ::Array[Types::DomainUnitOwnerProperties]
|
#parent_domain_unit_id ⇒ ::String
4068 |
# File 'sig/client.rbs', line 4068
def parent_domain_unit_id: () -> ::String
|