Class: Aws::Types::PortOverride
- Inherits:
-
Object
- Object
- Aws::Types::PortOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_port ⇒ ::Integer
Returns the value of attribute endpoint_port.
-
#listener_port ⇒ ::Integer
Returns the value of attribute listener_port.
Instance Attribute Details
#endpoint_port ⇒ ::Integer
Returns the value of attribute endpoint_port.
755 756 757 |
# File 'sig/types.rbs', line 755 def endpoint_port @endpoint_port end |
#listener_port ⇒ ::Integer
Returns the value of attribute listener_port.
754 755 756 |
# File 'sig/types.rbs', line 754 def listener_port @listener_port end |