Class: Aws::Types::GetJobRunOutput

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)


2974
2975
2976
# File 'sig/types.rbs', line 2974

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


2973
2974
2975
# File 'sig/types.rbs', line 2973

def created_by
  @created_by
end

#detailsTypes::JobRunDetails

Returns the value of attribute details.



2970
2971
2972
# File 'sig/types.rbs', line 2970

def details
  @details
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2965
2966
2967
# File 'sig/types.rbs', line 2965

def domain_id
  @domain_id
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


2976
2977
2978
# File 'sig/types.rbs', line 2976

def end_time
  @end_time
end

#errorTypes::JobRunError

Returns the value of attribute error.

Returns:



2972
2973
2974
# File 'sig/types.rbs', line 2972

def error
  @error
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2966
2967
2968
# File 'sig/types.rbs', line 2966

def id
  @id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2967
2968
2969
# File 'sig/types.rbs', line 2967

def job_id
  @job_id
end

#job_type"LINEAGE"

Returns the value of attribute job_type.

Returns:

  • ("LINEAGE")


2968
2969
2970
# File 'sig/types.rbs', line 2968

def job_type
  @job_type
end

#run_mode"SCHEDULED", "ON_DEMAND"

Returns the value of attribute run_mode.

Returns:

  • ("SCHEDULED", "ON_DEMAND")


2969
2970
2971
# File 'sig/types.rbs', line 2969

def run_mode
  @run_mode
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2975
2976
2977
# File 'sig/types.rbs', line 2975

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")


2971
2972
2973
# File 'sig/types.rbs', line 2971

def status
  @status
end