Module: Aws::DataZone::Client::_GetJobRunResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#created_by::String

Returns:

  • (::String)


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

def created_by: () -> ::String

#detailsTypes::JobRunDetails



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

def details: () -> Types::JobRunDetails

#domain_id::String

Returns:

  • (::String)


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

def domain_id: () -> ::String

#end_time::Time

Returns:

  • (::Time)


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

def end_time: () -> ::Time

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#job_id::String

Returns:

  • (::String)


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

def job_id: () -> ::String

#job_type"LINEAGE"

Returns:

  • ("LINEAGE")


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

def job_type: () -> ("LINEAGE")

#run_mode"SCHEDULED", "ON_DEMAND"

Returns:

  • ("SCHEDULED", "ON_DEMAND")


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

def run_mode: () -> ("SCHEDULED" | "ON_DEMAND")

#start_time::Time

Returns:

  • (::Time)


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

def start_time: () -> ::Time

#status"SCHEDULED", ...

Returns:

  • ("SCHEDULED", "IN_PROGRESS", "SUCCESS", "PARTIALLY_SUCCEEDED", "FAILED", "ABORTED", "TIMED_OUT", "CANCELED")


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

def status: () -> ("SCHEDULED" | "IN_PROGRESS" | "SUCCESS" | "PARTIALLY_SUCCEEDED" | "FAILED" | "ABORTED" | "TIMED_OUT" | "CANCELED")