Class: Aws::AgentRegistry::Types::DescriptorSourceFromUrl
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::DescriptorSourceFromUrl
- 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
-
#url ⇒ String
The URL from which the descriptor content is retrieved.
Instance Attribute Details
#url ⇒ String
The URL from which the descriptor content is retrieved.
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 |