Class: Aws::Types::TransformationJobSummary

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)


704
705
706
# File 'sig/types.rbs', line 704

def end_time
  @end_time
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def job_id
  @job_id
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def job_name
  @job_name
end

#job_status ⇒ "SUBMITTED", ...

Returns the value of attribute job_status.

Returns:

  • ("SUBMITTED", "QUEUED", "IN_PROGRESS", "COMPLETED", "COMPLETED_WITH_ERRORS", "FAILED")


701
702
703
# File 'sig/types.rbs', line 701

def job_status
  @job_status
end

#source_format ⇒ "CCDA", "CSV"

Returns the value of attribute source_format.

Returns:

  • ("CCDA", "CSV")


705
706
707
# File 'sig/types.rbs', line 705

def source_format
  @source_format
end

#submit_time ⇒ ::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


702
703
704
# File 'sig/types.rbs', line 702

def submit_time
  @submit_time
end