Class: Aws::Types::ActionLocalPortDetails
- Inherits:
-
Object
- Object
- Aws::Types::ActionLocalPortDetails
- 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.
78 79 80 |
# File 'sig/types.rbs', line 78 def port @port end |
#port_name ⇒ ::String
Returns the value of attribute port_name.
79 80 81 |
# File 'sig/types.rbs', line 79 def port_name @port_name end |