Class: Aws::Types::PortMapping
- Inherits:
-
Object
- Object
- Aws::Types::PortMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
Instance Attribute Details
#port ⇒ ::Integer
Returns the value of attribute port.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def port @port end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def protocol @protocol end |