Class: Aws::AgentRegistry::Types::AgentSkillsMdDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::AgentSkillsMdDescriptor
- Defined in:
- gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb
Overview
Markdown-format descriptor containing an agent skills document.
Constant Summary collapse
- SENSITIVE =
[:data]
Instance Attribute Summary collapse
-
#data ⇒ String
The agent skills markdown content, serialized as descriptor payload data.
-
#data_schema_version ⇒ String
The schema version of the descriptor payload.
-
#source ⇒ Types::DescriptorSource
The source location from which the agent skills markdown content was retrieved.
Instance Attribute Details
#data ⇒ String
The agent skills markdown content, serialized as descriptor payload data.
130 131 132 133 134 135 136 |
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 130 class AgentSkillsMdDescriptor < Struct.new( :data, :data_schema_version, :source) SENSITIVE = [:data] include Aws::Structure end |
#data_schema_version ⇒ String
The schema version of the descriptor payload.
130 131 132 133 134 135 136 |
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 130 class AgentSkillsMdDescriptor < Struct.new( :data, :data_schema_version, :source) SENSITIVE = [:data] include Aws::Structure end |
#source ⇒ Types::DescriptorSource
The source location from which the agent skills markdown content was retrieved.
130 131 132 133 134 135 136 |
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 130 class AgentSkillsMdDescriptor < Struct.new( :data, :data_schema_version, :source) SENSITIVE = [:data] include Aws::Structure end |