Class: Aws::Types::AssistantAssociationInputData
- Inherits:
-
Object
- Object
- Aws::Types::AssistantAssociationInputData
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: KnowledgeBaseId, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
34 35 36 |
# File 'sig/types.rbs', line 34 def knowledge_base_id @knowledge_base_id end |
#unknown ⇒ Object
Returns the value of attribute unknown.
35 36 37 |
# File 'sig/types.rbs', line 35 def unknown @unknown end |