Class: Aws::Types::NodeInputPort
- Inherits:
-
Object
- Object
- Aws::Types::NodeInputPort
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#max_connections ⇒ ::Integer
Returns the value of attribute max_connections.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "BOOLEAN", ...
Returns the value of attribute type.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
611 612 613 |
# File 'sig/types.rbs', line 611 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
612 613 614 |
# File 'sig/types.rbs', line 612 def description @description end |
#max_connections ⇒ ::Integer
Returns the value of attribute max_connections.
613 614 615 |
# File 'sig/types.rbs', line 613 def max_connections @max_connections end |
#name ⇒ ::String
Returns the value of attribute name.
614 615 616 |
# File 'sig/types.rbs', line 614 def name @name end |
#type ⇒ "BOOLEAN", ...
Returns the value of attribute type.
615 616 617 |
# File 'sig/types.rbs', line 615 def type @type end |