Class: Aws::Types::JobSummary

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)


541
542
543
# File 'sig/types.rbs', line 541

def end_time
  @end_time
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def job_id
  @job_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


540
541
542
# File 'sig/types.rbs', line 540

def start_time
  @start_time
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

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


539
540
541
# File 'sig/types.rbs', line 539

def status
  @status
end