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