Class: Aws::Types::TerminateWorkflowExecutionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#child_policy"TERMINATE", ...

Returns the value of attribute child_policy.

Returns:



976
977
978
# File 'sig/types.rbs', line 976

def child_policy
  @child_policy
end

#details::String

Returns the value of attribute details.

Returns:



975
976
977
# File 'sig/types.rbs', line 975

def details
  @details
end

#domain::String

Returns the value of attribute domain.

Returns:



971
972
973
# File 'sig/types.rbs', line 971

def domain
  @domain
end

#reason::String

Returns the value of attribute reason.

Returns:



974
975
976
# File 'sig/types.rbs', line 974

def reason
  @reason
end

#run_id::String

Returns the value of attribute run_id.

Returns:



973
974
975
# File 'sig/types.rbs', line 973

def run_id
  @run_id
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:



972
973
974
# File 'sig/types.rbs', line 972

def workflow_id
  @workflow_id
end