Class: Aws::BedrockAgentCoreControl::Types::UpdatedAgentSkillsDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdatedAgentSkillsDescriptor
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Wrapper for updating an agent skills descriptor with PATCH semantics. When present with a value, individual fields can be updated independently. When present with a null value, the entire agent skills descriptor is unset. When absent, the agent skills descriptor is left unchanged.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#optional_value ⇒ Types::UpdatedAgentSkillsDescriptorFields
The updated agent skills descriptor fields.
Instance Attribute Details
#optional_value ⇒ Types::UpdatedAgentSkillsDescriptorFields
The updated agent skills descriptor fields.
17789 17790 17791 17792 17793 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17789 class UpdatedAgentSkillsDescriptor < Struct.new( :optional_value) SENSITIVE = [] include Aws::Structure end |