Class: Aws::Types::Document
- Inherits:
-
Object
- Object
- Aws::Types::Document
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_reference ⇒ Types::ContentReference
Returns the value of attribute content_reference.
-
#excerpt ⇒ Types::DocumentText
Returns the value of attribute excerpt.
-
#title ⇒ Types::DocumentText
Returns the value of attribute title.
Instance Attribute Details
#content_reference ⇒ Types::ContentReference
Returns the value of attribute content_reference.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def content_reference @content_reference end |
#excerpt ⇒ Types::DocumentText
Returns the value of attribute excerpt.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def excerpt @excerpt end |
#title ⇒ Types::DocumentText
Returns the value of attribute title.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def title @title end |