Class: Aws::BedrockAgentCoreControl::Types::SkillMdDefinition

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

Overview

The skill markdown definition for an agent skills descriptor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inline_contentString

The markdown content describing the agent's skills in a human-readable format.

Returns:

  • (String)


14117
14118
14119
14120
14121
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14117

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