Class: Aws::AgentRegistryControl::Types::AgentSkillsMdDescriptor

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

Overview

Markdown-format descriptor containing an agent skills document.

Constant Summary collapse

SENSITIVE =
[:data]

Instance Attribute Summary collapse

Instance Attribute Details

#data ⇒ String

The agent skills markdown content, serialized as descriptor payload data.

Returns:

  • (String)


201
202
203
204
205
206
207
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 201

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.

Returns:

  • (String)


201
202
203
204
205
206
207
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 201

class AgentSkillsMdDescriptor < Struct.new(
  :data,
  :data_schema_version,
  :source)
  SENSITIVE = [:data]
  include Aws::Structure
end

#source ⇒ Types::DescriptorSource

The optional source configuration used to synchronize the agent skills markdown content.



201
202
203
204
205
206
207
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 201

class AgentSkillsMdDescriptor < Struct.new(
  :data,
  :data_schema_version,
  :source)
  SENSITIVE = [:data]
  include Aws::Structure
end