Class: Aws::AgentRegistry::Types::DescriptorSourceFromUrl

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

Overview

A URL-based descriptor source that identifies where descriptor content is retrieved from.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#url ⇒ String

The URL from which the descriptor content is retrieved.

Returns:

  • (String)


242
243
244
245
246
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 242

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