Class: Aws::Types::KnowledgeBaseConfig
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: RetrieveAndGenerateConfig, RetrieveConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#retrieve_and_generate_config ⇒ Types::RetrieveAndGenerateConfiguration
Returns the value of attribute retrieve_and_generate_config.
-
#retrieve_config ⇒ Types::RetrieveConfig
Returns the value of attribute retrieve_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#retrieve_and_generate_config ⇒ Types::RetrieveAndGenerateConfiguration
Returns the value of attribute retrieve_and_generate_config.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def retrieve_and_generate_config @retrieve_and_generate_config end |
#retrieve_config ⇒ Types::RetrieveConfig
Returns the value of attribute retrieve_config.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def retrieve_config @retrieve_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def unknown @unknown end |