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.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def signature @signature end |
#text ⇒ ::String
Returns the value of attribute text.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def text @text end |