Class: Aws::Types::ReasoningContentBlockDelta
- Inherits:
-
Object
- Object
- Aws::Types::ReasoningContentBlockDelta
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: RedactedContent, Signature, Text, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#redacted_content ⇒ ::String
Returns the value of attribute redacted_content.
-
#signature ⇒ ::String
Returns the value of attribute signature.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#redacted_content ⇒ ::String
Returns the value of attribute redacted_content.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def redacted_content @redacted_content end |
#signature ⇒ ::String
Returns the value of attribute signature.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def signature @signature end |
#text ⇒ ::String
Returns the value of attribute text.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def unknown @unknown end |