Class: Aws::Types::TextToSqlConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TextToSqlConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#knowledge_base_configuration ⇒ Types::TextToSqlKnowledgeBaseConfiguration
Returns the value of attribute knowledge_base_configuration.
-
#type ⇒ "KNOWLEDGE_BASE"
Returns the value of attribute type.
Instance Attribute Details
#knowledge_base_configuration ⇒ Types::TextToSqlKnowledgeBaseConfiguration
Returns the value of attribute knowledge_base_configuration.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def knowledge_base_configuration @knowledge_base_configuration end |
#type ⇒ "KNOWLEDGE_BASE"
Returns the value of attribute type.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def type @type end |