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
4022 |
# File 'sig/client.rbs', line 4022
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4024 |
# File 'sig/client.rbs', line 4024
def created_by: () -> ::String
|
#description ⇒ ::String
4020 |
# File 'sig/client.rbs', line 4020
def description: () -> ::String
|
#domain_id ⇒ ::String
4017 |
# File 'sig/client.rbs', line 4017
def domain_id: () -> ::String
|
#id ⇒ ::String
4016 |
# File 'sig/client.rbs', line 4016
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
4023 |
# File 'sig/client.rbs', line 4023
def last_updated_at: () -> ::Time
|
#last_updated_by ⇒ ::String
4025 |
# File 'sig/client.rbs', line 4025
def last_updated_by: () -> ::String
|
#name ⇒ ::String
4018 |
# File 'sig/client.rbs', line 4018
def name: () -> ::String
|
#owners ⇒ ::Array[Types::DomainUnitOwnerProperties]
4019 |
# File 'sig/client.rbs', line 4019
def owners: () -> ::Array[Types::DomainUnitOwnerProperties]
|
#parent_domain_unit_id ⇒ ::String
4021 |
# File 'sig/client.rbs', line 4021
def parent_domain_unit_id: () -> ::String
|