Class: Aws::Types::CustomerNodeEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::CustomerNodeEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
555 556 557 |
# File 'sig/types.rbs', line 555 def address @address end |
#port ⇒ ::Integer
Returns the value of attribute port.
556 557 558 |
# File 'sig/types.rbs', line 556 def port @port end |