Class: Aws::Types::KnowledgeBaseSummary
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseSummary
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def description @description end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def knowledge_base_id @knowledge_base_id end |
#name ⇒ ::String
Returns the value of attribute name.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def updated_at @updated_at end |