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.
310 311 312 |
# File 'sig/types.rbs', line 310 def content_reference @content_reference end |
#excerpt ⇒ Types::DocumentText
Returns the value of attribute excerpt.
311 312 313 |
# File 'sig/types.rbs', line 311 def excerpt @excerpt end |
#title ⇒ Types::DocumentText
Returns the value of attribute title.
312 313 314 |
# File 'sig/types.rbs', line 312 def title @title end |