Class: Aws::Types::FlowTraceNodeInputField
- Inherits:
-
Object
- Object
- Aws::Types::FlowTraceNodeInputField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ "LoopCondition", ...
Returns the value of attribute category.
-
#content ⇒ Types::FlowTraceNodeInputContent
Returns the value of attribute content.
-
#execution_chain ⇒ ::Array[Types::FlowTraceNodeInputExecutionChainItem]
Returns the value of attribute execution_chain.
-
#node_input_name ⇒ ::String
Returns the value of attribute node_input_name.
-
#source ⇒ Types::FlowTraceNodeInputSource
Returns the value of attribute source.
-
#type ⇒ "String", ...
Returns the value of attribute type.
Instance Attribute Details
#category ⇒ "LoopCondition", ...
Returns the value of attribute category.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def category @category end |
#content ⇒ Types::FlowTraceNodeInputContent
Returns the value of attribute content.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def content @content end |
#execution_chain ⇒ ::Array[Types::FlowTraceNodeInputExecutionChainItem]
Returns the value of attribute execution_chain.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def execution_chain @execution_chain end |
#node_input_name ⇒ ::String
Returns the value of attribute node_input_name.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def node_input_name @node_input_name end |
#source ⇒ Types::FlowTraceNodeInputSource
Returns the value of attribute source.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def source @source end |
#type ⇒ "String", ...
Returns the value of attribute type.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def type @type end |