Class: Aws::AgentRegistry::Types::DescriptorSourceFromUrl
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::DescriptorSourceFromUrl
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistry/types.rb
Overview
Base mixin for descriptor source from URL
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#url ⇒ String
URL source for descriptor content.
Instance Attribute Details
#url ⇒ String
URL source for descriptor content
213 214 215 216 217 |
# File 'lib/aws-sdk-agentregistry/types.rb', line 213 class DescriptorSourceFromUrl < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |