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

#cancellation_status ⇒ "CANCELLING", "CANCELLED"

Returns the value of attribute cancellation_status.

Returns:

  • ("CANCELLING", "CANCELLED")


42
43
44
# File 'sig/types.rbs', line 42

def cancellation_status
  @cancellation_status
end

#job_arn ⇒ ::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def job_arn
  @job_arn
end