Class: Aws::Types::DeviceProxy
- Inherits:
-
Object
- Object
- Aws::Types::DeviceProxy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host ⇒ ::String
Returns the value of attribute host.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#host ⇒ ::String
Returns the value of attribute host.
344 345 346 |
# File 'sig/types.rbs', line 344 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
345 346 347 |
# File 'sig/types.rbs', line 345 def port @port end |