Class: Aws::Types::DisassociateAgentKnowledgeBaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateAgentKnowledgeBaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
873 874 875 |
# File 'sig/types.rbs', line 873 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
874 875 876 |
# File 'sig/types.rbs', line 874 def agent_version @agent_version end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
875 876 877 |
# File 'sig/types.rbs', line 875 def knowledge_base_id @knowledge_base_id end |