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.



724
725
726
# File 'sig/types.rbs', line 724

def condition_result_event
  @condition_result_event
end

#flow_failure_eventTypes::FlowFailureEvent

Returns the value of attribute flow_failure_event.



725
726
727
# File 'sig/types.rbs', line 725

def flow_failure_event
  @flow_failure_event
end

#flow_input_eventTypes::FlowExecutionInputEvent

Returns the value of attribute flow_input_event.



726
727
728
# File 'sig/types.rbs', line 726

def flow_input_event
  @flow_input_event
end

#flow_output_eventTypes::FlowExecutionOutputEvent

Returns the value of attribute flow_output_event.



727
728
729
# File 'sig/types.rbs', line 727

def flow_output_event
  @flow_output_event
end

#node_action_eventTypes::NodeActionEvent

Returns the value of attribute node_action_event.



728
729
730
# File 'sig/types.rbs', line 728

def node_action_event
  @node_action_event
end

#node_dependency_eventTypes::NodeDependencyEvent

Returns the value of attribute node_dependency_event.



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

def node_dependency_event
  @node_dependency_event
end

#node_failure_eventTypes::NodeFailureEvent

Returns the value of attribute node_failure_event.



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

def node_failure_event
  @node_failure_event
end

#node_input_eventTypes::NodeInputEvent

Returns the value of attribute node_input_event.



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

def node_input_event
  @node_input_event
end

#node_output_eventTypes::NodeOutputEvent

Returns the value of attribute node_output_event.



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

def node_output_event
  @node_output_event
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


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

def unknown
  @unknown
end