Class: Aws::Types::CancelJobExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expected_version::Integer

Returns the value of attribute expected_version.

Returns:

  • (::Integer)


494
495
496
# File 'sig/types.rbs', line 494

def expected_version
  @expected_version
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


493
494
495
# File 'sig/types.rbs', line 493

def force
  @force
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def job_id
  @job_id
end

#status_details::Hash[::String, ::String]

Returns the value of attribute status_details.

Returns:

  • (::Hash[::String, ::String])


495
496
497
# File 'sig/types.rbs', line 495

def status_details
  @status_details
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def thing_name
  @thing_name
end