Class: Aws::Types::KnowledgeBaseDocument
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::DocumentContent
Returns the value of attribute content.
-
#metadata ⇒ Types::DocumentMetadata
Returns the value of attribute metadata.
Instance Attribute Details
#content ⇒ Types::DocumentContent
Returns the value of attribute content.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def content @content end |
#metadata ⇒ Types::DocumentMetadata
Returns the value of attribute metadata.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def @metadata end |