Module: Aws::Deadline::Client::_GetTaskResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetTaskResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:



1229
# File 'sig/client.rbs', line 1229

def created_at: () -> ::Time

#created_by::String

Returns:



1230
# File 'sig/client.rbs', line 1230

def created_by: () -> ::String

#ended_at::Time

Returns:



1235
# File 'sig/client.rbs', line 1235

def ended_at: () -> ::Time

#failure_retry_count::Integer

Returns:



1233
# File 'sig/client.rbs', line 1233

def failure_retry_count: () -> ::Integer

#latest_session_action_id::String

Returns:



1238
# File 'sig/client.rbs', line 1238

def latest_session_action_id: () -> ::String

#parameters::Hash[::String, Types::TaskParameterValue]

Returns:



1239
# File 'sig/client.rbs', line 1239

def parameters: () -> ::Hash[::String, Types::TaskParameterValue]

#run_status"PENDING", ...

Returns:



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

Returns:



1234
# File 'sig/client.rbs', line 1234

def started_at: () -> ::Time

#target_run_status"READY", ...

Returns:



1232
# File 'sig/client.rbs', line 1232

def target_run_status: () -> ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")

#task_id::String

Returns:



1228
# File 'sig/client.rbs', line 1228

def task_id: () -> ::String

#updated_at::Time

Returns:



1236
# File 'sig/client.rbs', line 1236

def updated_at: () -> ::Time

#updated_by::String

Returns:



1237
# File 'sig/client.rbs', line 1237

def updated_by: () -> ::String