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.
5603 5604 5605 |
# File 'sig/types.rbs', line 5603 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
5604 5605 5606 |
# File 'sig/types.rbs', line 5604 def port @port end |