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.
12110 12111 12112 |
# File 'sig/types.rbs', line 12110 def catalog @catalog end |
#host ⇒ ::String
Returns the value of attribute host.
12108 12109 12110 |
# File 'sig/types.rbs', line 12108 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
12109 12110 12111 |
# File 'sig/types.rbs', line 12109 def port @port end |