Class: Aws::Types::TextData
- Inherits:
-
Object
- Object
- Aws::Types::TextData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#excerpt ⇒ Types::DocumentText
Returns the value of attribute excerpt.
-
#title ⇒ Types::DocumentText
Returns the value of attribute title.
Instance Attribute Details
#excerpt ⇒ Types::DocumentText
Returns the value of attribute excerpt.
3053 3054 3055 |
# File 'sig/types.rbs', line 3053 def excerpt @excerpt end |
#title ⇒ Types::DocumentText
Returns the value of attribute title.
3052 3053 3054 |
# File 'sig/types.rbs', line 3052 def title @title end |