Class: Aws::Types::RedshiftQueryEngineConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#provisioned_configurationTypes::RedshiftProvisionedConfiguration

Returns the value of attribute provisioned_configuration.



2435
2436
2437
# File 'sig/types.rbs', line 2435

def provisioned_configuration
  @provisioned_configuration
end

#serverless_configurationTypes::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.

Returns:

  • ("SERVERLESS", "PROVISIONED")


2433
2434
2435
# File 'sig/types.rbs', line 2433

def type
  @type
end