Class: Aws::Types::ToolUseResultData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tool_result, :input_schema])

Instance Attribute Summary collapse

Instance Attribute Details

#input_schemaObject

Returns the value of attribute input_schema.

Returns:

  • (Object)


3141
3142
3143
# File 'sig/types.rbs', line 3141

def input_schema
  @input_schema
end

#tool_name::String

Returns the value of attribute tool_name.

Returns:

  • (::String)


3139
3140
3141
# File 'sig/types.rbs', line 3139

def tool_name
  @tool_name
end

#tool_resultObject

Returns the value of attribute tool_result.

Returns:

  • (Object)


3140
3141
3142
# File 'sig/types.rbs', line 3140

def tool_result
  @tool_result
end

#tool_use_id::String

Returns the value of attribute tool_use_id.

Returns:

  • (::String)


3138
3139
3140
# File 'sig/types.rbs', line 3138

def tool_use_id
  @tool_use_id
end