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

Base mixin for descriptor source from URL



199
200
201
202
203
# File 'lib/aws-sdk-agentregistry/types.rb', line 199

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