Class: Aws::Types::ReasoningContentBlock
- Inherits:
-
Object
- Object
- Aws::Types::ReasoningContentBlock
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ReasoningText, RedactedContent, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reasoning_text ⇒ Types::ReasoningTextBlock
Returns the value of attribute reasoning_text.
-
#redacted_content ⇒ ::String
Returns the value of attribute redacted_content.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#reasoning_text ⇒ Types::ReasoningTextBlock
Returns the value of attribute reasoning_text.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def reasoning_text @reasoning_text end |
#redacted_content ⇒ ::String
Returns the value of attribute redacted_content.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def redacted_content @redacted_content end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def unknown @unknown end |