Module: Aws::DataZone::Client::_CreateDomainUnitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDomainUnitOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ancestor_domain_unit_ids ⇒ ::Array[::String]
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #owners ⇒ ::Array[Types::DomainUnitOwnerProperties]
- #parent_domain_unit_id ⇒ ::String
Instance Method Details
#ancestor_domain_unit_ids ⇒ ::Array[::String]
849 |
# File 'sig/client.rbs', line 849
def ancestor_domain_unit_ids: () -> ::Array[::String]
|
#created_at ⇒ ::Time
850 |
# File 'sig/client.rbs', line 850
def created_at: () -> ::Time
|
#created_by ⇒ ::String
851 |
# File 'sig/client.rbs', line 851
def created_by: () -> ::String
|
#description ⇒ ::String
847 |
# File 'sig/client.rbs', line 847
def description: () -> ::String
|
#domain_id ⇒ ::String
844 |
# File 'sig/client.rbs', line 844
def domain_id: () -> ::String
|
#id ⇒ ::String
843 |
# File 'sig/client.rbs', line 843
def id: () -> ::String
|
#name ⇒ ::String
845 |
# File 'sig/client.rbs', line 845
def name: () -> ::String
|
#owners ⇒ ::Array[Types::DomainUnitOwnerProperties]
848 |
# File 'sig/client.rbs', line 848
def owners: () -> ::Array[Types::DomainUnitOwnerProperties]
|
#parent_domain_unit_id ⇒ ::String
846 |
# File 'sig/client.rbs', line 846
def parent_domain_unit_id: () -> ::String
|