Class: Aws::BedrockAgentCoreControl::Types::UpdatedAgentSkillsDescriptor

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#optional_valueTypes::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