Class: Aws::Types::UserMessageBlock

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

Defined Under Namespace

Classes: Text, ToolResult, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


2154
2155
2156
# File 'sig/types.rbs', line 2154

def text
  @text
end

#tool_resultObject

Returns the value of attribute tool_result.

Returns:

  • (Object)


2155
2156
2157
# File 'sig/types.rbs', line 2155

def tool_result
  @tool_result
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def unknown
  @unknown
end