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)


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

def created_at: () -> ::Time

#created_by::String

Returns:

  • (::String)


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

def created_by: () -> ::String

#detailsTypes::JobRunDetails



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

def details: () -> Types::JobRunDetails

#domain_id::String

Returns:

  • (::String)


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

def domain_id: () -> ::String

#end_time::Time

Returns:

  • (::Time)


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

def end_time: () -> ::Time

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#job_id::String

Returns:

  • (::String)


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

def job_id: () -> ::String

#job_type"LINEAGE"

Returns:

  • ("LINEAGE")


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

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

#run_mode"SCHEDULED", "ON_DEMAND"

Returns:

  • ("SCHEDULED", "ON_DEMAND")


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

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

#start_time::Time

Returns:

  • (::Time)


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

def start_time: () -> ::Time

#status"SCHEDULED", ...

Returns:

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


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

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