Class: Aws::DevOpsAgent::Types::AssetSourceUrlContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::AssetSourceUrlContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Content for an asset sourced from an external URL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#url ⇒ String
The source URL to import asset content from.
Instance Attribute Details
#url ⇒ String
The source URL to import asset content from
436 437 438 439 440 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 436 class AssetSourceUrlContent < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |