Class: Aws::Types::TerminateServiceJobRequest

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)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def job_id
  @job_id
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1650
1651
1652
# File 'sig/types.rbs', line 1650

def reason
  @reason
end