Class: Aws::Types::TerminateJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def job_id
  @job_id
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1641
1642
1643
# File 'sig/types.rbs', line 1641

def reason
  @reason
end