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.
2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2257 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.
2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2257 class UpdatedMcpToolsDescriptorFields < Struct.new( :data, :data_schema_version) SENSITIVE = [] include Aws::Structure end |