Class: Aws::Types::KnowledgeBaseDocumentDetail
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseDocumentDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#identifier ⇒ Types::DocumentIdentifier
Returns the value of attribute identifier.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#status ⇒ "INDEXED", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def data_source_id @data_source_id end |
#identifier ⇒ Types::DocumentIdentifier
Returns the value of attribute identifier.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def identifier @identifier end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def knowledge_base_id @knowledge_base_id end |
#status ⇒ "INDEXED", ...
Returns the value of attribute status.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def updated_at @updated_at end |