Class: Aws::Types::AgentKnowledgeBase
- Inherits:
-
Object
- Object
- Aws::Types::AgentKnowledgeBase
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
179 180 181 |
# File 'sig/types.rbs', line 179 def agent_version @agent_version end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
182 183 184 |
# File 'sig/types.rbs', line 182 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
181 182 183 |
# File 'sig/types.rbs', line 181 def description @description end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
180 181 182 |
# File 'sig/types.rbs', line 180 def knowledge_base_id @knowledge_base_id end |
#knowledge_base_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute knowledge_base_state.
184 185 186 |
# File 'sig/types.rbs', line 184 def knowledge_base_state @knowledge_base_state end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
183 184 185 |
# File 'sig/types.rbs', line 183 def updated_at @updated_at end |