Class: Aws::Types::AssistantAssociationOutputData
- Inherits:
-
Object
- Object
- Aws::Types::AssistantAssociationOutputData
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ExternalBedrockKnowledgeBaseConfig, KnowledgeBaseAssociation, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_bedrock_knowledge_base_config ⇒ Types::ExternalBedrockKnowledgeBaseConfig
Returns the value of attribute external_bedrock_knowledge_base_config.
-
#knowledge_base_association ⇒ Types::KnowledgeBaseAssociationData
Returns the value of attribute knowledge_base_association.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#external_bedrock_knowledge_base_config ⇒ Types::ExternalBedrockKnowledgeBaseConfig
Returns the value of attribute external_bedrock_knowledge_base_config.
309 310 311 |
# File 'sig/types.rbs', line 309 def external_bedrock_knowledge_base_config @external_bedrock_knowledge_base_config end |
#knowledge_base_association ⇒ Types::KnowledgeBaseAssociationData
Returns the value of attribute knowledge_base_association.
308 309 310 |
# File 'sig/types.rbs', line 308 def knowledge_base_association @knowledge_base_association end |
#unknown ⇒ Object
Returns the value of attribute unknown.
310 311 312 |
# File 'sig/types.rbs', line 310 def unknown @unknown end |