Class: Aws::AgentRegistryControl::Types::UpdatedMcpToolsDescriptorFields

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-agentregistrycontrol/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

Instance Attribute Details

#data ⇒ Types::UpdatedDescriptorData

The patch for the descriptor's data field.



2794
2795
2796
2797
2798
2799
# File 'gems/aws-sdk-agentregistrycontrol/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 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 2794

class UpdatedMcpToolsDescriptorFields < Struct.new(
  :data,
  :data_schema_version)
  SENSITIVE = []
  include Aws::Structure
end