Class: Aws::BedrockAgentCoreControl::Types::UpdatedToolsDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdatedToolsDefinition
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Wrapper for updating a tools definition with PATCH semantics. When present, the tools definition is replaced with the provided value. When absent, the tools definition is left unchanged. To unset, include the wrapper with the value set to null.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#optional_value ⇒ Types::ToolsDefinition
The updated tools definition value.
Instance Attribute Details
#optional_value ⇒ Types::ToolsDefinition
The updated tools definition value.
17556 17557 17558 17559 17560 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17556 class UpdatedToolsDefinition < Struct.new( :optional_value) SENSITIVE = [] include Aws::Structure end |