Class: Aws::Types::JobRunSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3680
3681
3682
# File 'sig/types.rbs', line 3680

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3679
3680
3681
# File 'sig/types.rbs', line 3679

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3672
3673
3674
# File 'sig/types.rbs', line 3672

def domain_id
  @domain_id
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


3682
3683
3684
# File 'sig/types.rbs', line 3682

def end_time
  @end_time
end

#errorTypes::JobRunError

Returns the value of attribute error.

Returns:



3678
3679
3680
# File 'sig/types.rbs', line 3678

def error
  @error
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


3673
3674
3675
# File 'sig/types.rbs', line 3673

def job_id
  @job_id
end

#job_type"LINEAGE"

Returns the value of attribute job_type.

Returns:

  • ("LINEAGE")


3674
3675
3676
# File 'sig/types.rbs', line 3674

def job_type
  @job_type
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


3675
3676
3677
# File 'sig/types.rbs', line 3675

def run_id
  @run_id
end

#run_mode"SCHEDULED", "ON_DEMAND"

Returns the value of attribute run_mode.

Returns:

  • ("SCHEDULED", "ON_DEMAND")


3676
3677
3678
# File 'sig/types.rbs', line 3676

def run_mode
  @run_mode
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


3681
3682
3683
# File 'sig/types.rbs', line 3681

def start_time
  @start_time
end

#status"SCHEDULED", ...

Returns the value of attribute status.

Returns:

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


3677
3678
3679
# File 'sig/types.rbs', line 3677

def status
  @status
end