Class: Aws::Types::FlowExecutionEvent

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

Defined Under Namespace

Classes: ConditionResultEvent, FlowFailureEvent, FlowInputEvent, FlowOutputEvent, NodeActionEvent, NodeDependencyEvent, NodeFailureEvent, NodeInputEvent, NodeOutputEvent, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:condition_result_event, :flow_failure_event, :flow_input_event, :flow_output_event, :node_action_event, :node_dependency_event, :node_failure_event, :node_input_event, :node_output_event])

Instance Attribute Summary collapse

Instance Attribute Details

#condition_result_eventTypes::ConditionResultEvent

Returns the value of attribute condition_result_event.



806
807
808
# File 'sig/types.rbs', line 806

def condition_result_event
  @condition_result_event
end

#flow_failure_eventTypes::FlowFailureEvent

Returns the value of attribute flow_failure_event.



807
808
809
# File 'sig/types.rbs', line 807

def flow_failure_event
  @flow_failure_event
end

#flow_input_eventTypes::FlowExecutionInputEvent

Returns the value of attribute flow_input_event.



808
809
810
# File 'sig/types.rbs', line 808

def flow_input_event
  @flow_input_event
end

#flow_output_eventTypes::FlowExecutionOutputEvent

Returns the value of attribute flow_output_event.



809
810
811
# File 'sig/types.rbs', line 809

def flow_output_event
  @flow_output_event
end

#node_action_eventTypes::NodeActionEvent

Returns the value of attribute node_action_event.



810
811
812
# File 'sig/types.rbs', line 810

def node_action_event
  @node_action_event
end

#node_dependency_eventTypes::NodeDependencyEvent

Returns the value of attribute node_dependency_event.



811
812
813
# File 'sig/types.rbs', line 811

def node_dependency_event
  @node_dependency_event
end

#node_failure_eventTypes::NodeFailureEvent

Returns the value of attribute node_failure_event.



812
813
814
# File 'sig/types.rbs', line 812

def node_failure_event
  @node_failure_event
end

#node_input_eventTypes::NodeInputEvent

Returns the value of attribute node_input_event.



813
814
815
# File 'sig/types.rbs', line 813

def node_input_event
  @node_input_event
end

#node_output_eventTypes::NodeOutputEvent

Returns the value of attribute node_output_event.



814
815
816
# File 'sig/types.rbs', line 814

def node_output_event
  @node_output_event
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


815
816
817
# File 'sig/types.rbs', line 815

def unknown
  @unknown
end