Class: Aws::Types::GetBatchJobExecutionResponse

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)


509
510
511
# File 'sig/types.rbs', line 509

def application_id
  @application_id
end

#batch_job_identifierTypes::BatchJobIdentifier

Returns the value of attribute batch_job_identifier.



510
511
512
# File 'sig/types.rbs', line 510

def batch_job_identifier
  @batch_job_identifier
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


511
512
513
# File 'sig/types.rbs', line 511

def end_time
  @end_time
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def execution_id
  @execution_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def job_name
  @job_name
end

#job_step_restart_markerTypes::JobStepRestartMarker

Returns the value of attribute job_step_restart_marker.



515
516
517
# File 'sig/types.rbs', line 515

def job_step_restart_marker
  @job_step_restart_marker
end

#job_type"VSE", ...

Returns the value of attribute job_type.

Returns:

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


516
517
518
# File 'sig/types.rbs', line 516

def job_type
  @job_type
end

#job_user::String

Returns the value of attribute job_user.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def job_user
  @job_user
end

#return_code::String

Returns the value of attribute return_code.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def return_code
  @return_code
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


519
520
521
# File 'sig/types.rbs', line 519

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


520
521
522
# File 'sig/types.rbs', line 520

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def status_reason
  @status_reason
end