Class: Aws::Types::ExasolParameters
- Inherits:
-
Object
- Object
- Aws::Types::ExasolParameters
- 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.
5337 5338 5339 |
# File 'sig/types.rbs', line 5337 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
5338 5339 5340 |
# File 'sig/types.rbs', line 5338 def port @port end |