Class: Aws::AgentRegistryControl::Types::DescriptorSource

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

Overview

The source configuration that defines where descriptor content is retrieved from.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#from_urlTypes::DescriptorSourceFromUrl

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



687
688
689
690
691
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 687

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