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)


647
648
649
# File 'sig/types.rbs', line 647

def end_time
  @end_time
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

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


644
645
646
# File 'sig/types.rbs', line 644

def job_status
  @job_status
end

#source_format"CCDA", "CSV"

Returns the value of attribute source_format.

Returns:

  • ("CCDA", "CSV")


648
649
650
# File 'sig/types.rbs', line 648

def source_format
  @source_format
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


645
646
647
# File 'sig/types.rbs', line 645

def submit_time
  @submit_time
end