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
3805 |
# File 'sig/client.rbs', line 3805
def account_source: () -> Types::AccountSource
|
#created_at ⇒ ::Time
3807 |
# File 'sig/client.rbs', line 3807
def created_at: () -> ::Time
|
#created_by ⇒ ::String
3806 |
# File 'sig/client.rbs', line 3806
def created_by: () -> ::String
|
#description ⇒ ::String
3803 |
# File 'sig/client.rbs', line 3803
def description: () -> ::String
|
#domain_id ⇒ ::String
3800 |
# File 'sig/client.rbs', line 3800
def domain_id: () -> ::String
|
#domain_unit_id ⇒ ::String
3810 |
# File 'sig/client.rbs', line 3810
def domain_unit_id: () -> ::String
|
#id ⇒ ::String
3802 |
# File 'sig/client.rbs', line 3802
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
3808 |
# File 'sig/client.rbs', line 3808
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
3801 |
# File 'sig/client.rbs', line 3801
def name: () -> ::String
|
#resolution_strategy ⇒ "MANUAL"
3804 |
# File 'sig/client.rbs', line 3804
def resolution_strategy: () -> ("MANUAL")
|
#updated_by ⇒ ::String
3809 |
# File 'sig/client.rbs', line 3809
def updated_by: () -> ::String
|