Class: Aws::Types::RequestCancelWorkflowExecutionInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.



755
756
757
# File 'sig/types.rbs', line 755

def domain
  @domain
end

#run_id::String

Returns the value of attribute run_id.



757
758
759
# File 'sig/types.rbs', line 757

def run_id
  @run_id
end

#workflow_id::String

Returns the value of attribute workflow_id.



756
757
758
# File 'sig/types.rbs', line 756

def workflow_id
  @workflow_id
end