Class: Aws::Types::NodeOutputField
- Inherits:
-
Object
- Object
- Aws::Types::NodeOutputField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::NodeExecutionContent
Returns the value of attribute content.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next ⇒ ::Array[Types::NodeOutputNext]
Returns the value of attribute next.
-
#type ⇒ "String", ...
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ Types::NodeExecutionContent
Returns the value of attribute content.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def content @content end |
#name ⇒ ::String
Returns the value of attribute name.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def name @name end |
#next ⇒ ::Array[Types::NodeOutputNext]
Returns the value of attribute next.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def next @next end |
#type ⇒ "String", ...
Returns the value of attribute type.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def type @type end |