Class: Aws::Types::TrinoParameters
- Inherits:
-
Object
- Object
- Aws::Types::TrinoParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#host ⇒ ::String
Returns the value of attribute host.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
11720 11721 11722 |
# File 'sig/types.rbs', line 11720 def catalog @catalog end |
#host ⇒ ::String
Returns the value of attribute host.
11718 11719 11720 |
# File 'sig/types.rbs', line 11718 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
11719 11720 11721 |
# File 'sig/types.rbs', line 11719 def port @port end |