Class: Aws::Types::RemotePortDetails
- Inherits:
-
Object
- Object
- Aws::Types::RemotePortDetails
- 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.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def port @port end |
#port_name ⇒ ::String
Returns the value of attribute port_name.
2557 2558 2559 |
# File 'sig/types.rbs', line 2557 def port_name @port_name end |