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.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def signature @signature end |
#text ⇒ ::String
Returns the value of attribute text.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def text @text end |