Class: Aws::Types::UpdateAgentKnowledgeBaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentKnowledgeBaseRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#knowledge_base_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute knowledge_base_state.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
2926 2927 2928 |
# File 'sig/types.rbs', line 2926 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
2927 2928 2929 |
# File 'sig/types.rbs', line 2927 def agent_version @agent_version end |
#description ⇒ ::String
Returns the value of attribute description.
2929 2930 2931 |
# File 'sig/types.rbs', line 2929 def description @description end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2928 2929 2930 |
# File 'sig/types.rbs', line 2928 def knowledge_base_id @knowledge_base_id end |
#knowledge_base_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute knowledge_base_state.
2930 2931 2932 |
# File 'sig/types.rbs', line 2930 def knowledge_base_state @knowledge_base_state end |