Class: Aws::Types::FlowMultiTurnInputRequestEvent
- Inherits:
-
Object
- Object
- Aws::Types::FlowMultiTurnInputRequestEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::FlowMultiTurnInputContent
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::FlowMultiTurnInputContent
Returns the value of attribute content.
827 828 829 |
# File 'sig/types.rbs', line 827 def content @content end |
#event_type ⇒ Object
Returns the value of attribute event_type.
830 831 832 |
# File 'sig/types.rbs', line 830 def event_type @event_type end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
828 829 830 |
# File 'sig/types.rbs', line 828 def node_name @node_name end |
#node_type ⇒ "FlowInputNode", ...
Returns the value of attribute node_type.
829 830 831 |
# File 'sig/types.rbs', line 829 def node_type @node_type end |