Class: Aws::AmplifyUIBuilder::Types::CodegenJobAsset

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#download_urlString

The URL to use to access the asset.

Returns:

  • (String)


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