Class: Aws::Types::ReasoningContentBlockDelta

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

Defined Under Namespace

Classes: RedactedContent, Signature, Text, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#redacted_content::String

Returns the value of attribute redacted_content.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def redacted_content
  @redacted_content
end

#signature::String

Returns the value of attribute signature.

Returns:

  • (::String)


1263
1264
1265
# File 'sig/types.rbs', line 1263

def signature
  @signature
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def unknown
  @unknown
end