Class: Aws::Types::ProcessingJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


10013
10014
10015
# File 'sig/types.rbs', line 10013

def creation_time
  @creation_time
end

#exit_message::String

Returns the value of attribute exit_message.

Returns:

  • (::String)


10018
10019
10020
# File 'sig/types.rbs', line 10018

def exit_message
  @exit_message
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


10017
10018
10019
# File 'sig/types.rbs', line 10017

def failure_reason
  @failure_reason
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


10015
10016
10017
# File 'sig/types.rbs', line 10015

def last_modified_time
  @last_modified_time
end

#processing_end_time::Time

Returns the value of attribute processing_end_time.

Returns:

  • (::Time)


10014
10015
10016
# File 'sig/types.rbs', line 10014

def processing_end_time
  @processing_end_time
end

#processing_job_arn::String

Returns the value of attribute processing_job_arn.

Returns:

  • (::String)


10012
10013
10014
# File 'sig/types.rbs', line 10012

def processing_job_arn
  @processing_job_arn
end

#processing_job_name::String

Returns the value of attribute processing_job_name.

Returns:

  • (::String)


10011
10012
10013
# File 'sig/types.rbs', line 10011

def processing_job_name
  @processing_job_name
end

#processing_job_status"InProgress", ...

Returns the value of attribute processing_job_status.

Returns:

  • ("InProgress", "Completed", "Failed", "Stopping", "Stopped")


10016
10017
10018
# File 'sig/types.rbs', line 10016

def processing_job_status
  @processing_job_status
end