Module: Aws::Translate::Client::_UpdateParallelDataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateParallelDataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #latest_update_attempt_at ⇒ ::Time
- #latest_update_attempt_status ⇒ "CREATING", ...
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
Instance Method Details
#latest_update_attempt_at ⇒ ::Time
377 |
# File 'sig/client.rbs', line 377
def latest_update_attempt_at: () -> ::Time
|
#latest_update_attempt_status ⇒ "CREATING", ...
376 |
# File 'sig/client.rbs', line 376
def latest_update_attempt_status: () -> ("CREATING" | "UPDATING" | "ACTIVE" | "DELETING" | "FAILED")
|
#name ⇒ ::String
374 |
# File 'sig/client.rbs', line 374
def name: () -> ::String
|
#status ⇒ "CREATING", ...
375 |
# File 'sig/client.rbs', line 375
def status: () -> ("CREATING" | "UPDATING" | "ACTIVE" | "DELETING" | "FAILED")
|