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.



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.

Returns:

  • (::String)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def redacted_content
  @redacted_content
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def unknown
  @unknown
end