Class: Aws::Types::FlowTrace
- Inherits:
-
Object
- Object
- Aws::Types::FlowTrace
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ConditionNodeResultTrace, NodeActionTrace, NodeDependencyTrace, NodeInputTrace, NodeOutputTrace, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition_node_result_trace ⇒ Types::FlowTraceConditionNodeResultEvent
Returns the value of attribute condition_node_result_trace.
-
#node_action_trace ⇒ Types::FlowTraceNodeActionEvent
Returns the value of attribute node_action_trace.
-
#node_dependency_trace ⇒ Types::FlowTraceDependencyEvent
Returns the value of attribute node_dependency_trace.
-
#node_input_trace ⇒ Types::FlowTraceNodeInputEvent
Returns the value of attribute node_input_trace.
-
#node_output_trace ⇒ Types::FlowTraceNodeOutputEvent
Returns the value of attribute node_output_trace.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#condition_node_result_trace ⇒ Types::FlowTraceConditionNodeResultEvent
Returns the value of attribute condition_node_result_trace.
860 861 862 |
# File 'sig/types.rbs', line 860 def condition_node_result_trace @condition_node_result_trace end |
#node_action_trace ⇒ Types::FlowTraceNodeActionEvent
Returns the value of attribute node_action_trace.
861 862 863 |
# File 'sig/types.rbs', line 861 def node_action_trace @node_action_trace end |
#node_dependency_trace ⇒ Types::FlowTraceDependencyEvent
Returns the value of attribute node_dependency_trace.
862 863 864 |
# File 'sig/types.rbs', line 862 def node_dependency_trace @node_dependency_trace end |
#node_input_trace ⇒ Types::FlowTraceNodeInputEvent
Returns the value of attribute node_input_trace.
863 864 865 |
# File 'sig/types.rbs', line 863 def node_input_trace @node_input_trace end |
#node_output_trace ⇒ Types::FlowTraceNodeOutputEvent
Returns the value of attribute node_output_trace.
864 865 866 |
# File 'sig/types.rbs', line 864 def node_output_trace @node_output_trace end |
#unknown ⇒ Object
Returns the value of attribute unknown.
865 866 867 |
# File 'sig/types.rbs', line 865 def unknown @unknown end |