Module: Aws::DataZone::Client::_GetDomainUnitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDomainUnitOutput]
- 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
2019 |
# File 'sig/client.rbs', line 2019
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2021 |
# File 'sig/client.rbs', line 2021
def created_by: () -> ::String
|
#description ⇒ ::String
2017 |
# File 'sig/client.rbs', line 2017
def description: () -> ::String
|
#domain_id ⇒ ::String
2014 |
# File 'sig/client.rbs', line 2014
def domain_id: () -> ::String
|
#id ⇒ ::String
2013 |
# File 'sig/client.rbs', line 2013
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
2020 |
# File 'sig/client.rbs', line 2020
def last_updated_at: () -> ::Time
|
#last_updated_by ⇒ ::String
2022 |
# File 'sig/client.rbs', line 2022
def last_updated_by: () -> ::String
|
#name ⇒ ::String
2015 |
# File 'sig/client.rbs', line 2015
def name: () -> ::String
|
#owners ⇒ ::Array[Types::DomainUnitOwnerProperties]
2018 |
# File 'sig/client.rbs', line 2018
def owners: () -> ::Array[Types::DomainUnitOwnerProperties]
|
#parent_domain_unit_id ⇒ ::String
2016 |
# File 'sig/client.rbs', line 2016
def parent_domain_unit_id: () -> ::String
|