Class: Aws::BedrockAgentCoreControl::Types::SkillMdDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::SkillMdDefinition
- 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
-
#inline_content ⇒ String
The markdown content describing the agent's skills in a human-readable format.
Instance Attribute Details
#inline_content ⇒ String
The markdown content describing the agent's skills in a human-readable format.
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 |