Class: Aws::Types::CancelJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def comment
  @comment
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


503
504
505
# File 'sig/types.rbs', line 503

def force
  @force
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def job_id
  @job_id
end

#reason_code::String

Returns the value of attribute reason_code.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def reason_code
  @reason_code
end