Class: Aws::Types::ExternalWorkflowExecutionCancelRequestedEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#initiated_event_id::Integer

Returns the value of attribute initiated_event_id.

Returns:

  • (::Integer)


422
423
424
# File 'sig/types.rbs', line 422

def initiated_event_id
  @initiated_event_id
end

#workflow_executionTypes::WorkflowExecution

Returns the value of attribute workflow_execution.



421
422
423
# File 'sig/types.rbs', line 421

def workflow_execution
  @workflow_execution
end