Module: Aws::DataZone::Client::_CreateAccountPoolResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAccountPoolOutput]
- 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
319 |
# File 'sig/client.rbs', line 319
def account_source: () -> Types::AccountSource
|
#created_at ⇒ ::Time
321 |
# File 'sig/client.rbs', line 321
def created_at: () -> ::Time
|
#created_by ⇒ ::String
320 |
# File 'sig/client.rbs', line 320
def created_by: () -> ::String
|
#description ⇒ ::String
317 |
# File 'sig/client.rbs', line 317
def description: () -> ::String
|
#domain_id ⇒ ::String
314 |
# File 'sig/client.rbs', line 314
def domain_id: () -> ::String
|
#domain_unit_id ⇒ ::String
324 |
# File 'sig/client.rbs', line 324
def domain_unit_id: () -> ::String
|
#id ⇒ ::String
316 |
# File 'sig/client.rbs', line 316
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
322 |
# File 'sig/client.rbs', line 322
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
315 |
# File 'sig/client.rbs', line 315
def name: () -> ::String
|
#resolution_strategy ⇒ "MANUAL"
318 |
# File 'sig/client.rbs', line 318
def resolution_strategy: () -> ("MANUAL")
|
#updated_by ⇒ ::String
323 |
# File 'sig/client.rbs', line 323
def updated_by: () -> ::String
|