Class: Aws::Types::SqlKnowledgeBaseConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SqlKnowledgeBaseConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#redshift_configuration ⇒ Types::RedshiftConfiguration
Returns the value of attribute redshift_configuration.
-
#type ⇒ "REDSHIFT"
Returns the value of attribute type.
Instance Attribute Details
#redshift_configuration ⇒ Types::RedshiftConfiguration
Returns the value of attribute redshift_configuration.
2606 2607 2608 |
# File 'sig/types.rbs', line 2606 def redshift_configuration @redshift_configuration end |
#type ⇒ "REDSHIFT"
Returns the value of attribute type.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def type @type end |