Class: Aws::Types::LocalPortDetails
- Inherits:
-
Object
- Object
- Aws::Types::LocalPortDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#port_name ⇒ ::String
Returns the value of attribute port_name.
Instance Attribute Details
#port ⇒ ::Integer
Returns the value of attribute port.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def port @port end |
#port_name ⇒ ::String
Returns the value of attribute port_name.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def port_name @port_name end |