Class: Aws::Types::GetMatchingJobOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


324
325
326
# File 'sig/types.rbs', line 324

def end_time
  @end_time
end

#error_detailsTypes::ErrorDetails

Returns the value of attribute error_details.

Returns:



326
327
328
# File 'sig/types.rbs', line 326

def error_details
  @error_details
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def job_id
  @job_id
end

#metricsTypes::JobMetrics

Returns the value of attribute metrics.

Returns:



325
326
327
# File 'sig/types.rbs', line 325

def metrics
  @metrics
end

#output_source_config::Array[Types::JobOutputSource]

Returns the value of attribute output_source_config.

Returns:



327
328
329
# File 'sig/types.rbs', line 327

def output_source_config
  @output_source_config
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


323
324
325
# File 'sig/types.rbs', line 323

def start_time
  @start_time
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED", "QUEUED")


322
323
324
# File 'sig/types.rbs', line 322

def status
  @status
end