Class: Aws::Types::FlowTraceNodeOutputField
- Inherits:
-
Object
- Object
- Aws::Types::FlowTraceNodeOutputField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::FlowTraceNodeOutputContent
Returns the value of attribute content.
-
#next ⇒ ::Array[Types::FlowTraceNodeOutputNext]
Returns the value of attribute next.
-
#node_output_name ⇒ ::String
Returns the value of attribute node_output_name.
-
#type ⇒ "String", ...
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ Types::FlowTraceNodeOutputContent
Returns the value of attribute content.
979 980 981 |
# File 'sig/types.rbs', line 979 def content @content end |
#next ⇒ ::Array[Types::FlowTraceNodeOutputNext]
Returns the value of attribute next.
980 981 982 |
# File 'sig/types.rbs', line 980 def next @next end |
#node_output_name ⇒ ::String
Returns the value of attribute node_output_name.
981 982 983 |
# File 'sig/types.rbs', line 981 def node_output_name @node_output_name end |
#type ⇒ "String", ...
Returns the value of attribute type.
982 983 984 |
# File 'sig/types.rbs', line 982 def type @type end |