Class: Aws::BedrockAgentCoreControl::Types::UpdatedMcpDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdatedMcpDescriptor
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Wrapper for updating an MCP descriptor with PATCH semantics. When present with a value, individual MCP fields can be updated independently. When present with a null value, the entire MCP descriptor is unset. When absent, the MCP descriptor is left unchanged.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#optional_value ⇒ Types::UpdatedMcpDescriptorFields
The updated MCP descriptor fields.
Instance Attribute Details
#optional_value ⇒ Types::UpdatedMcpDescriptorFields
The updated MCP descriptor fields.
17445 17446 17447 17448 17449 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17445 class UpdatedMcpDescriptor < Struct.new( :optional_value) SENSITIVE = [] include Aws::Structure end |