Class: Aws::AgentRegistry::Types::HttpDescriptor

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

Overview

A descriptor for a registry record that exposes an HTTP endpoint. This descriptor is source-only: it identifies where the endpoint is located and carries no descriptor payload data or schema version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source ⇒ Types::DescriptorSource

The source location of the HTTP endpoint.



385
386
387
388
389
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 385

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