Class: Aws::BedrockAgentCoreControl::Types::UpdatedSkillDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdatedSkillDefinition
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Wrapper for updating a skill definition with PATCH semantics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#optional_value ⇒ Types::SkillDefinition
The updated skill definition value.
Instance Attribute Details
#optional_value ⇒ Types::SkillDefinition
The updated skill definition value.
18029 18030 18031 18032 18033 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18029 class UpdatedSkillDefinition < Struct.new( :optional_value) SENSITIVE = [] include Aws::Structure end |