Class: Aws::BedrockAgentCoreControl::Types::UpdatedDescriptorsUnion

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Contains per-descriptor-type wrappers for updating descriptors. Each descriptor type can be updated independently.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#a2aTypes::UpdatedA2aDescriptor

The updated A2A descriptor.



17394
17395
17396
17397
17398
17399
17400
17401
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17394

class UpdatedDescriptorsUnion < Struct.new(
  :mcp,
  :a2a,
  :custom,
  :agent_skills)
  SENSITIVE = []
  include Aws::Structure
end

#agent_skillsTypes::UpdatedAgentSkillsDescriptor

The updated agent skills descriptor.



17394
17395
17396
17397
17398
17399
17400
17401
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17394

class UpdatedDescriptorsUnion < Struct.new(
  :mcp,
  :a2a,
  :custom,
  :agent_skills)
  SENSITIVE = []
  include Aws::Structure
end

#customTypes::UpdatedCustomDescriptor

The updated custom descriptor.



17394
17395
17396
17397
17398
17399
17400
17401
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17394

class UpdatedDescriptorsUnion < Struct.new(
  :mcp,
  :a2a,
  :custom,
  :agent_skills)
  SENSITIVE = []
  include Aws::Structure
end

#mcpTypes::UpdatedMcpDescriptor

The updated MCP descriptor.



17394
17395
17396
17397
17398
17399
17400
17401
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17394

class UpdatedDescriptorsUnion < Struct.new(
  :mcp,
  :a2a,
  :custom,
  :agent_skills)
  SENSITIVE = []
  include Aws::Structure
end