Module: Aws::DataZone::Client::_GetAccountPoolResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAccountPoolOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_source ⇒ Types::AccountSource
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #domain_unit_id ⇒ ::String
- #id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #resolution_strategy ⇒ "MANUAL"
- #updated_by ⇒ ::String
Instance Method Details
#account_source ⇒ Types::AccountSource
1776 |
# File 'sig/client.rbs', line 1776
def account_source: () -> Types::AccountSource
|
#created_at ⇒ ::Time
1778 |
# File 'sig/client.rbs', line 1778
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1777 |
# File 'sig/client.rbs', line 1777
def created_by: () -> ::String
|
#description ⇒ ::String
1774 |
# File 'sig/client.rbs', line 1774
def description: () -> ::String
|
#domain_id ⇒ ::String
1771 |
# File 'sig/client.rbs', line 1771
def domain_id: () -> ::String
|
#domain_unit_id ⇒ ::String
1781 |
# File 'sig/client.rbs', line 1781
def domain_unit_id: () -> ::String
|
#id ⇒ ::String
1773 |
# File 'sig/client.rbs', line 1773
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
1779 |
# File 'sig/client.rbs', line 1779
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1772 |
# File 'sig/client.rbs', line 1772
def name: () -> ::String
|
#resolution_strategy ⇒ "MANUAL"
1775 |
# File 'sig/client.rbs', line 1775
def resolution_strategy: () -> ("MANUAL")
|
#updated_by ⇒ ::String
1780 |
# File 'sig/client.rbs', line 1780
def updated_by: () -> ::String
|