Class: Aws::BedrockRuntime::Types::ToolUseBlockDelta
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ToolUseBlockDelta
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The delta for a tool use block.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input ⇒ String
The input for a requested tool.
Instance Attribute Details
#input ⇒ String
The input for a requested tool.
2323 2324 2325 2326 2327 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2323 class ToolUseBlockDelta < Struct.new( :input) SENSITIVE = [] include Aws::Structure end |