Class: Aws::Types::ActionRemotePortDetails
- Inherits:
-
Object
- Object
- Aws::Types::ActionRemotePortDetails
- 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.
93 94 95 |
# File 'sig/types.rbs', line 93 def port @port end |
#port_name ⇒ ::String
Returns the value of attribute port_name.
94 95 96 |
# File 'sig/types.rbs', line 94 def port_name @port_name end |