Class: Aws::AgentRegistry::Types::AgentSkillsMdDescriptor

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-agentregistry/types.rb

Overview

Base mixin for agent skills markdown descriptor content

Constant Summary collapse

SENSITIVE =
[:data]

Instance Attribute Summary collapse

Instance Attribute Details

#dataString

Descriptor payload data

Returns:

  • (String)


107
108
109
110
111
112
113
# File 'lib/aws-sdk-agentregistry/types.rb', line 107

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

#data_schema_versionString

Version of the descriptor type schema

Returns:

  • (String)


107
108
109
110
111
112
113
# File 'lib/aws-sdk-agentregistry/types.rb', line 107

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

#sourceTypes::DescriptorSource

The source location from which the agent skills markdown content was retrieved.



107
108
109
110
111
112
113
# File 'lib/aws-sdk-agentregistry/types.rb', line 107

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