Class: Aws::Types::ReasoningContentBlock

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: ReasoningText, RedactedContent, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:reasoning_text])

Instance Attribute Summary collapse

Instance Attribute Details

#reasoning_textTypes::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.

Returns:

  • (::String)


2245
2246
2247
# File 'sig/types.rbs', line 2245

def redacted_content
  @redacted_content
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def unknown
  @unknown
end