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.
539 540 541 542 543 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 539 class AssetSourceUrlContent < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |