Class: Aws::BedrockRuntime::Types::ToolUseBlockDelta

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb

Overview

The delta for a tool use block.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inputString

The input for a requested tool.

Returns:

  • (String)


2184
2185
2186
2187
2188
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2184

class ToolUseBlockDelta < Struct.new(
  :input)
  SENSITIVE = []
  include Aws::Structure
end