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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_urlTypes::DescriptorSourceFromUrl

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



210
211
212
213
214
# File 'lib/aws-sdk-agentregistry/types.rb', line 210

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