Class: Aws::Types::AgentKnowledgeBaseSummary
- Inherits:
-
Object
- Object
- Aws::Types::AgentKnowledgeBaseSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#description ⇒ ::String
Returns the value of attribute description.
190 191 192 |
# File 'sig/types.rbs', line 190 def description @description end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
189 190 191 |
# File 'sig/types.rbs', line 189 def knowledge_base_id @knowledge_base_id end |
#knowledge_base_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute knowledge_base_state.
191 192 193 |
# File 'sig/types.rbs', line 191 def knowledge_base_state @knowledge_base_state end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
192 193 194 |
# File 'sig/types.rbs', line 192 def updated_at @updated_at end |