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.



2162
2163
2164
# File 'sig/types.rbs', line 2162

def reasoning_text
  @reasoning_text
end

#redacted_content::String

Returns the value of attribute redacted_content.

Returns:

  • (::String)


2163
2164
2165
# File 'sig/types.rbs', line 2163

def redacted_content
  @redacted_content
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2164
2165
2166
# File 'sig/types.rbs', line 2164

def unknown
  @unknown
end