Class: Aws::Types::BatchJobExecutionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def application_id
  @application_id
end

#batch_job_identifierTypes::BatchJobIdentifier

Returns the value of attribute batch_job_identifier.



65
66
67
# File 'sig/types.rbs', line 65

def batch_job_identifier
  @batch_job_identifier
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


66
67
68
# File 'sig/types.rbs', line 66

def end_time
  @end_time
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def execution_id
  @execution_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def job_name
  @job_name
end

#job_type"VSE", ...

Returns the value of attribute job_type.

Returns:

  • ("VSE", "JES2", "JES3")


70
71
72
# File 'sig/types.rbs', line 70

def job_type
  @job_type
end

#return_code::String

Returns the value of attribute return_code.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def return_code
  @return_code
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


72
73
74
# File 'sig/types.rbs', line 72

def start_time
  @start_time
end

#status"Submitting", ...

Returns the value of attribute status.

Returns:

  • ("Submitting", "Holding", "Dispatching", "Running", "Cancelling", "Cancelled", "Succeeded", "Failed", "Purged", "Succeeded With Warning")


73
74
75
# File 'sig/types.rbs', line 73

def status
  @status
end