Class: Aws::BedrockAgentCoreControl::Types::UpdatedDescriptorsUnion
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdatedDescriptorsUnion
- 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
-
#a2a ⇒ Types::UpdatedA2aDescriptor
The updated A2A descriptor.
-
#agent_skills ⇒ Types::UpdatedAgentSkillsDescriptor
The updated agent skills descriptor.
-
#custom ⇒ Types::UpdatedCustomDescriptor
The updated custom descriptor.
-
#mcp ⇒ Types::UpdatedMcpDescriptor
The updated MCP descriptor.
Instance Attribute Details
#a2a ⇒ Types::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_skills ⇒ Types::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 |
#custom ⇒ Types::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 |
#mcp ⇒ Types::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 |