Class: Aws::AgentRegistry::Types::DescriptorSource

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

Overview

The source location from which a descriptor's content was retrieved.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#from_url ⇒ Types::DescriptorSourceFromUrl

The URL-based descriptor source, populated when descriptor content is synchronized from a URL.



227
228
229
230
231
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 227

class DescriptorSource < Struct.new(
  :from_url)
  SENSITIVE = []
  include Aws::Structure
end