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.
806 807 808 |
# File 'sig/types.rbs', line 806 def condition_result_event @condition_result_event end |
#flow_failure_event ⇒ Types::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_event ⇒ Types::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_event ⇒ Types::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_event ⇒ Types::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_event ⇒ Types::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_event ⇒ Types::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_event ⇒ Types::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_event ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown.
815 816 817 |
# File 'sig/types.rbs', line 815 def unknown @unknown end |