Class: Aws::Types::NodeOutputPort
- Inherits:
-
Object
- Object
- Aws::Types::NodeOutputPort
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "BOOLEAN", ...
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
637 638 639 |
# File 'sig/types.rbs', line 637 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
638 639 640 |
# File 'sig/types.rbs', line 638 def name @name end |
#type ⇒ "BOOLEAN", ...
Returns the value of attribute type.
639 640 641 |
# File 'sig/types.rbs', line 639 def type @type end |