Class: Aws::Types::KnowledgeSource
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AssistantAssociationIds, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_association_ids ⇒ ::Array[::String]
Returns the value of attribute assistant_association_ids.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#assistant_association_ids ⇒ ::Array[::String]
Returns the value of attribute assistant_association_ids.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def assistant_association_ids @assistant_association_ids end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def unknown @unknown end |