Class: Aws::AgentRegistry::Types::DescriptorSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::DescriptorSource
- 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
-
#from_url ⇒ Types::DescriptorSourceFromUrl
Base mixin for descriptor source from URL.
Instance Attribute Details
#from_url ⇒ Types::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 |