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
3762 |
# File 'sig/client.rbs', line 3762
def account_source: () -> Types::AccountSource
|
#created_at ⇒ ::Time
3764 |
# File 'sig/client.rbs', line 3764
def created_at: () -> ::Time
|
#created_by ⇒ ::String
3763 |
# File 'sig/client.rbs', line 3763
def created_by: () -> ::String
|
#description ⇒ ::String
3760 |
# File 'sig/client.rbs', line 3760
def description: () -> ::String
|
#domain_id ⇒ ::String
3757 |
# File 'sig/client.rbs', line 3757
def domain_id: () -> ::String
|
#domain_unit_id ⇒ ::String
3767 |
# File 'sig/client.rbs', line 3767
def domain_unit_id: () -> ::String
|
#id ⇒ ::String
3759 |
# File 'sig/client.rbs', line 3759
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
3765 |
# File 'sig/client.rbs', line 3765
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
3758 |
# File 'sig/client.rbs', line 3758
def name: () -> ::String
|
#resolution_strategy ⇒ "MANUAL"
3761 |
# File 'sig/client.rbs', line 3761
def resolution_strategy: () -> ("MANUAL")
|
#updated_by ⇒ ::String
3766 |
# File 'sig/client.rbs', line 3766
def updated_by: () -> ::String
|