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.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def content @content end |
#next ⇒ ::Array[Types::FlowTraceNodeOutputNext]
Returns the value of attribute next.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def next @next end |
#node_output_name ⇒ ::String
Returns the value of attribute node_output_name.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def node_output_name @node_output_name end |
#type ⇒ "String", ...
Returns the value of attribute type.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def type @type end |