Class: Aws::BedrockAgentCoreControl::Types::UpdatedSkillDefinition

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

Instance Attribute Details

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