Class: Aws::Types::ReasoningTextBlock
- Inherits:
-
Object
- Object
- Aws::Types::ReasoningTextBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#signature ⇒ ::String
Returns the value of attribute signature.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#signature ⇒ ::String
Returns the value of attribute signature.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def signature @signature end |
#text ⇒ ::String
Returns the value of attribute text.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def text @text end |