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.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def content @content end |
#name ⇒ ::String
Returns the value of attribute name.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def name @name end |
#next ⇒ ::Array[Types::NodeOutputNext]
Returns the value of attribute next.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def next @next end |
#type ⇒ "String", ...
Returns the value of attribute type.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def type @type end |