Class: Aws::AgentRegistryControl::Types::UpdatedMcpServerAdditionalData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedMcpServerAdditionalData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
The MCP server additional-data patch wrapper. Omit to leave the additional data unchanged; supply an empty object to remove it; supply optionalValue to patch its fields.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#optional_value ⇒ Types::UpdatedMcpServerAdditionalDataFields
The value to set for this field.
Instance Attribute Details
#optional_value ⇒ Types::UpdatedMcpServerAdditionalDataFields
The value to set for this field. Omit the wrapper to leave the field unchanged.
2159 2160 2161 2162 2163 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2159 class UpdatedMcpServerAdditionalData < Struct.new( :optional_value) SENSITIVE = [] include Aws::Structure end |