Class: Aws::AmplifyUIBuilder::Types::CodegenJobAsset
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::CodegenJobAsset
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Describes an asset for a code generation job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#download_url ⇒ String
The URL to use to access the asset.
Instance Attribute Details
#download_url ⇒ String
The URL to use to access the asset.
406 407 408 409 410 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 406 class CodegenJobAsset < Struct.new( :download_url) SENSITIVE = [] include Aws::Structure end |