Class: Aws::Types::RequestCancelExternalWorkflowExecutionDecisionAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control::String

Returns the value of attribute control.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def control
  @control
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def run_id
  @run_id
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def workflow_id
  @workflow_id
end