Class: Aws::Types::DeleteJobExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_number::Integer

Returns the value of attribute execution_number.

Returns:

  • (::Integer)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def execution_number
  @execution_number
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def force
  @force
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def job_id
  @job_id
end

#namespace_id::String

Returns the value of attribute namespace_id.

Returns:

  • (::String)


1401
1402
1403
# File 'sig/types.rbs', line 1401

def namespace_id
  @namespace_id
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def thing_name
  @thing_name
end