Class: Aws::Types::PrestoParameters
- Inherits:
-
Object
- Object
- Aws::Types::PrestoParameters
- 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.
8946 8947 8948 |
# File 'sig/types.rbs', line 8946 def catalog @catalog end |
#host ⇒ ::String
Returns the value of attribute host.
8944 8945 8946 |
# File 'sig/types.rbs', line 8944 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
8945 8946 8947 |
# File 'sig/types.rbs', line 8945 def port @port end |