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
4060 |
# File 'sig/client.rbs', line 4060
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4062 |
# File 'sig/client.rbs', line 4062
def created_by: () -> ::String
|
#description ⇒ ::String
4058 |
# File 'sig/client.rbs', line 4058
def description: () -> ::String
|
#domain_id ⇒ ::String
4055 |
# File 'sig/client.rbs', line 4055
def domain_id: () -> ::String
|
#id ⇒ ::String
4054 |
# File 'sig/client.rbs', line 4054
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
4061 |
# File 'sig/client.rbs', line 4061
def last_updated_at: () -> ::Time
|
#last_updated_by ⇒ ::String
4063 |
# File 'sig/client.rbs', line 4063
def last_updated_by: () -> ::String
|
#name ⇒ ::String
4056 |
# File 'sig/client.rbs', line 4056
def name: () -> ::String
|
#owners ⇒ ::Array[Types::DomainUnitOwnerProperties]
4057 |
# File 'sig/client.rbs', line 4057
def owners: () -> ::Array[Types::DomainUnitOwnerProperties]
|
#parent_domain_unit_id ⇒ ::String
4059 |
# File 'sig/client.rbs', line 4059
def parent_domain_unit_id: () -> ::String
|