Class: Aws::Types::CancelJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def job_id
  @job_id
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "Running", "Completed", "Failed", "Cancelling", "Cancelled")


261
262
263
# File 'sig/types.rbs', line 261

def status
  @status
end