Class: Aws::BedrockAgentCoreControl::Types::SkillDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::SkillDefinition
- 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
-
#inline_content ⇒ String
The JSON content containing the structured skill definition.
-
#schema_version ⇒ String
The version of the skill definition schema.
Instance Attribute Details
#inline_content ⇒ String
The JSON content containing the structured skill definition.
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_version ⇒ String
The version of the skill definition schema.
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 |