Class: Aws::Types::TextResponsePart
- Inherits:
-
Object
- Object
- Aws::Types::TextResponsePart
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#span ⇒ Types::Span
Returns the value of attribute span.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#span ⇒ Types::Span
Returns the value of attribute span.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def span @span end |
#text ⇒ ::String
Returns the value of attribute text.
2737 2738 2739 |
# File 'sig/types.rbs', line 2737 def text @text end |