Class: Aws::Types::FlowOutputEvent
- Inherits:
-
Object
- Object
- Aws::Types::FlowOutputEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::FlowOutputContent
Returns the value of attribute content.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#node_type ⇒ "FlowInputNode", ...
Returns the value of attribute node_type.
Instance Attribute Details
#content ⇒ Types::FlowOutputContent
Returns the value of attribute content.
846 847 848 |
# File 'sig/types.rbs', line 846 def content @content end |
#event_type ⇒ Object
Returns the value of attribute event_type.
849 850 851 |
# File 'sig/types.rbs', line 849 def event_type @event_type end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
847 848 849 |
# File 'sig/types.rbs', line 847 def node_name @node_name end |
#node_type ⇒ "FlowInputNode", ...
Returns the value of attribute node_type.
848 849 850 |
# File 'sig/types.rbs', line 848 def node_type @node_type end |