Class: Aws::Types::DocumentText
- Inherits:
-
Object
- Object
- Aws::Types::DocumentText
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#highlights ⇒ ::Array[Types::Highlight]
Returns the value of attribute highlights.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#highlights ⇒ ::Array[Types::Highlight]
Returns the value of attribute highlights.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def highlights @highlights end |
#text ⇒ ::String
Returns the value of attribute text.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def text @text end |