Class: Aws::AgentRegistryControl::Types::UpdatedMcpToolsDescriptorFields
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedMcpToolsDescriptorFields
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
The set of MCP tools descriptor fields that can be individually updated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ Types::UpdatedDescriptorData
The patch for the descriptor's data field.
-
#data_schema_version ⇒ Types::UpdatedDataSchemaVersion
The patch for the descriptor's data schema version field.
Instance Attribute Details
#data ⇒ Types::UpdatedDescriptorData
The patch for the descriptor's data field.
2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2794 class UpdatedMcpToolsDescriptorFields < Struct.new( :data, :data_schema_version) SENSITIVE = [] include Aws::Structure end |
#data_schema_version ⇒ Types::UpdatedDataSchemaVersion
The patch for the descriptor's data schema version field.
2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2794 class UpdatedMcpToolsDescriptorFields < Struct.new( :data, :data_schema_version) SENSITIVE = [] include Aws::Structure end |