Class: Aws::BedrockAgentCoreControl::Types::UpdatedAgentSkillsDescriptorFields
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdatedAgentSkillsDescriptorFields
- 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
-
#skill_definition ⇒ Types::UpdatedSkillDefinition
The updated skill definition.
-
#skill_md ⇒ Types::UpdatedSkillMdDefinition
The updated skill markdown definition.
Instance Attribute Details
#skill_definition ⇒ Types::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_md ⇒ Types::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 |