Class: Aws::BedrockAgentCoreControl::Types::UpdatedAgentSkillsDescriptorFields

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

Overview

Individual agent skills descriptor fields that can be updated independently.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#skill_definitionTypes::UpdatedSkillDefinition

The updated skill definition.



17808
17809
17810
17811
17812
17813
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17808

class UpdatedAgentSkillsDescriptorFields < Struct.new(
  :skill_md,
  :skill_definition)
  SENSITIVE = []
  include Aws::Structure
end

#skill_mdTypes::UpdatedSkillMdDefinition

The updated skill markdown definition.



17808
17809
17810
17811
17812
17813
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17808

class UpdatedAgentSkillsDescriptorFields < Struct.new(
  :skill_md,
  :skill_definition)
  SENSITIVE = []
  include Aws::Structure
end