Class: Aws::BedrockAgentCoreControl::Types::UpdatedA2aDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdatedA2aDescriptor
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Wrapper for updating an A2A descriptor with PATCH semantics. When present, the A2A descriptor is replaced with the provided value. When absent, the A2A descriptor 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::A2aDescriptor
The updated A2A descriptor value.
Instance Attribute Details
#optional_value ⇒ Types::A2aDescriptor
The updated A2A descriptor value.
17237 17238 17239 17240 17241 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17237 class UpdatedA2aDescriptor < Struct.new( :optional_value) SENSITIVE = [] include Aws::Structure end |