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.
909 910 911 |
# File 'sig/types.rbs', line 909 def content @content end |
#event_type ⇒ Object
Returns the value of attribute event_type.
912 913 914 |
# File 'sig/types.rbs', line 912 def event_type @event_type end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
910 911 912 |
# File 'sig/types.rbs', line 910 def node_name @node_name end |
#node_type ⇒ "FlowInputNode", ...
Returns the value of attribute node_type.
911 912 913 |
# File 'sig/types.rbs', line 911 def node_type @node_type end |