Module: Aws::DataZone::Client::_UpdateAccountPoolResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAccountPoolOutput]
- 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
3800 |
# File 'sig/client.rbs', line 3800
def account_source: () -> Types::AccountSource
|
#created_at ⇒ ::Time
3802 |
# File 'sig/client.rbs', line 3802
def created_at: () -> ::Time
|
#created_by ⇒ ::String
3801 |
# File 'sig/client.rbs', line 3801
def created_by: () -> ::String
|
#description ⇒ ::String
3798 |
# File 'sig/client.rbs', line 3798
def description: () -> ::String
|
#domain_id ⇒ ::String
3795 |
# File 'sig/client.rbs', line 3795
def domain_id: () -> ::String
|
#domain_unit_id ⇒ ::String
3805 |
# File 'sig/client.rbs', line 3805
def domain_unit_id: () -> ::String
|
#id ⇒ ::String
3797 |
# File 'sig/client.rbs', line 3797
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
3803 |
# File 'sig/client.rbs', line 3803
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
3796 |
# File 'sig/client.rbs', line 3796
def name: () -> ::String
|
#resolution_strategy ⇒ "MANUAL"
3799 |
# File 'sig/client.rbs', line 3799
def resolution_strategy: () -> ("MANUAL")
|
#updated_by ⇒ ::String
3804 |
# File 'sig/client.rbs', line 3804
def updated_by: () -> ::String
|