Class: Aws::Types::RedshiftQueryEngineConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftQueryEngineConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#provisioned_configuration ⇒ Types::RedshiftProvisionedConfiguration
Returns the value of attribute provisioned_configuration.
-
#serverless_configuration ⇒ Types::RedshiftServerlessConfiguration
Returns the value of attribute serverless_configuration.
-
#type ⇒ "SERVERLESS", "PROVISIONED"
Returns the value of attribute type.
Instance Attribute Details
#provisioned_configuration ⇒ Types::RedshiftProvisionedConfiguration
Returns the value of attribute provisioned_configuration.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def provisioned_configuration @provisioned_configuration end |
#serverless_configuration ⇒ Types::RedshiftServerlessConfiguration
Returns the value of attribute serverless_configuration.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def serverless_configuration @serverless_configuration end |
#type ⇒ "SERVERLESS", "PROVISIONED"
Returns the value of attribute type.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def type @type end |