Class: Aws::Types::FlowExecutionEvent
- Inherits:
-
Object
- Object
- Aws::Types::FlowExecutionEvent
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ConditionResultEvent, FlowFailureEvent, FlowInputEvent, FlowOutputEvent, NodeActionEvent, NodeDependencyEvent, NodeFailureEvent, NodeInputEvent, NodeOutputEvent, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition_result_event ⇒ Types::ConditionResultEvent
Returns the value of attribute condition_result_event.
-
#flow_failure_event ⇒ Types::FlowFailureEvent
Returns the value of attribute flow_failure_event.
-
#flow_input_event ⇒ Types::FlowExecutionInputEvent
Returns the value of attribute flow_input_event.
-
#flow_output_event ⇒ Types::FlowExecutionOutputEvent
Returns the value of attribute flow_output_event.
-
#node_action_event ⇒ Types::NodeActionEvent
Returns the value of attribute node_action_event.
-
#node_dependency_event ⇒ Types::NodeDependencyEvent
Returns the value of attribute node_dependency_event.
-
#node_failure_event ⇒ Types::NodeFailureEvent
Returns the value of attribute node_failure_event.
-
#node_input_event ⇒ Types::NodeInputEvent
Returns the value of attribute node_input_event.
-
#node_output_event ⇒ Types::NodeOutputEvent
Returns the value of attribute node_output_event.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#condition_result_event ⇒ Types::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_event ⇒ Types::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_event ⇒ Types::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_event ⇒ Types::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_event ⇒ Types::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_event ⇒ Types::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_event ⇒ Types::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_event ⇒ Types::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_event ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown.
733 734 735 |
# File 'sig/types.rbs', line 733 def unknown @unknown end |