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.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def reasoning_text @reasoning_text end |
#redacted_content ⇒ ::String
Returns the value of attribute redacted_content.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def redacted_content @redacted_content end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def unknown @unknown end |