Class: Aws::AgentRegistry::Types::AgUiDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::AgUiDescriptor
- Defined in:
- gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb
Overview
A descriptor for a registry record that exposes an AG-UI protocol 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
-
#source ⇒ Types::DescriptorSource
The source location of the AG-UI protocol endpoint.
Instance Attribute Details
#source ⇒ Types::DescriptorSource
The source location of the AG-UI protocol endpoint.
64 65 66 67 68 |
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 64 class AgUiDescriptor < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |