Class: Aws::BedrockAgentCoreControl::Types::SkillDefinition

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

Overview

The structured skill definition with schema version and content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inline_contentString

The JSON content containing the structured skill definition.

Returns:

  • (String)


14635
14636
14637
14638
14639
14640
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14635

class SkillDefinition < Struct.new(
  :schema_version,
  :inline_content)
  SENSITIVE = []
  include Aws::Structure
end

#schema_versionString

The version of the skill definition schema.

Returns:

  • (String)


14635
14636
14637
14638
14639
14640
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14635

class SkillDefinition < Struct.new(
  :schema_version,
  :inline_content)
  SENSITIVE = []
  include Aws::Structure
end