Module: Aws::Deadline::Client::_GetTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #ended_at ⇒ ::Time
- #failure_retry_count ⇒ ::Integer
- #latest_session_action_id ⇒ ::String
- #parameters ⇒ ::Hash[::String, Types::TaskParameterValue]
- #run_status ⇒ "PENDING", ...
- #started_at ⇒ ::Time
- #target_run_status ⇒ "READY", ...
- #task_id ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
1229 |
# File 'sig/client.rbs', line 1229
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1230 |
# File 'sig/client.rbs', line 1230
def created_by: () -> ::String
|
#ended_at ⇒ ::Time
1235 |
# File 'sig/client.rbs', line 1235
def ended_at: () -> ::Time
|
#failure_retry_count ⇒ ::Integer
1233 |
# File 'sig/client.rbs', line 1233
def failure_retry_count: () -> ::Integer
|
#latest_session_action_id ⇒ ::String
1238 |
# File 'sig/client.rbs', line 1238
def latest_session_action_id: () -> ::String
|
#parameters ⇒ ::Hash[::String, Types::TaskParameterValue]
1239 |
# File 'sig/client.rbs', line 1239
def parameters: () -> ::Hash[::String, Types::TaskParameterValue]
|
#run_status ⇒ "PENDING", ...
1231 |
# File 'sig/client.rbs', line 1231
def run_status: () -> ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
|
#started_at ⇒ ::Time
1234 |
# File 'sig/client.rbs', line 1234
def started_at: () -> ::Time
|
#target_run_status ⇒ "READY", ...
1232 |
# File 'sig/client.rbs', line 1232
def target_run_status: () -> ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
#task_id ⇒ ::String
1228 |
# File 'sig/client.rbs', line 1228
def task_id: () -> ::String
|
#updated_at ⇒ ::Time
1236 |
# File 'sig/client.rbs', line 1236
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1237 |
# File 'sig/client.rbs', line 1237
def updated_by: () -> ::String
|