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]
844 |
# File 'sig/client.rbs', line 844
def ancestor_domain_unit_ids: () -> ::Array[::String]
|
#created_at ⇒ ::Time
845 |
# File 'sig/client.rbs', line 845
def created_at: () -> ::Time
|
#created_by ⇒ ::String
846 |
# File 'sig/client.rbs', line 846
def created_by: () -> ::String
|
#description ⇒ ::String
842 |
# File 'sig/client.rbs', line 842
def description: () -> ::String
|
#domain_id ⇒ ::String
839 |
# File 'sig/client.rbs', line 839
def domain_id: () -> ::String
|
#id ⇒ ::String
838 |
# File 'sig/client.rbs', line 838
def id: () -> ::String
|
#name ⇒ ::String
840 |
# File 'sig/client.rbs', line 840
def name: () -> ::String
|
#owners ⇒ ::Array[Types::DomainUnitOwnerProperties]
843 |
# File 'sig/client.rbs', line 843
def owners: () -> ::Array[Types::DomainUnitOwnerProperties]
|
#parent_domain_unit_id ⇒ ::String
841 |
# File 'sig/client.rbs', line 841
def parent_domain_unit_id: () -> ::String
|