Module: Aws::LocationService::Client::_StartJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#created_at ⇒ ::Time
904 |
# File 'sig/client.rbs', line 904
def created_at: () -> ::Time
|
#job_arn ⇒ ::String
905 |
# File 'sig/client.rbs', line 905
def job_arn: () -> ::String
|
#job_id ⇒ ::String
906 |
# File 'sig/client.rbs', line 906
def job_id: () -> ::String
|
#status ⇒ "Pending", ...
907 |
# File 'sig/client.rbs', line 907
def status: () -> ("Pending" | "Running" | "Completed" | "Failed" | "Cancelling" | "Cancelled")
|