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.
944 945 946 |
# File 'sig/types.rbs', line 944 def category @category end |
#content ⇒ Types::FlowTraceNodeInputContent
Returns the value of attribute content.
945 946 947 |
# File 'sig/types.rbs', line 945 def content @content end |
#execution_chain ⇒ ::Array[Types::FlowTraceNodeInputExecutionChainItem]
Returns the value of attribute execution_chain.
946 947 948 |
# File 'sig/types.rbs', line 946 def execution_chain @execution_chain end |
#node_input_name ⇒ ::String
Returns the value of attribute node_input_name.
947 948 949 |
# File 'sig/types.rbs', line 947 def node_input_name @node_input_name end |
#source ⇒ Types::FlowTraceNodeInputSource
Returns the value of attribute source.
948 949 950 |
# File 'sig/types.rbs', line 948 def source @source end |
#type ⇒ "String", ...
Returns the value of attribute type.
949 950 951 |
# File 'sig/types.rbs', line 949 def type @type end |