Class: Aws::Types::FlowInput
- Inherits:
-
Object
- Object
- Aws::Types::FlowInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::FlowInputContent
Returns the value of attribute content.
-
#node_input_name ⇒ ::String
Returns the value of attribute node_input_name.
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#node_output_name ⇒ ::String
Returns the value of attribute node_output_name.
Instance Attribute Details
#content ⇒ Types::FlowInputContent
Returns the value of attribute content.
791 792 793 |
# File 'sig/types.rbs', line 791 def content @content end |
#node_input_name ⇒ ::String
Returns the value of attribute node_input_name.
792 793 794 |
# File 'sig/types.rbs', line 792 def node_input_name @node_input_name end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
793 794 795 |
# File 'sig/types.rbs', line 793 def node_name @node_name end |
#node_output_name ⇒ ::String
Returns the value of attribute node_output_name.
794 795 796 |
# File 'sig/types.rbs', line 794 def node_output_name @node_output_name end |