Method: Aws::LexModelsV2::Types::CreateUploadUrlResponse#upload_url

Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

#upload_urlString

A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.

Returns:

  • (String)


4797
4798
4799
4800
4801
4802
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4797

class CreateUploadUrlResponse < Struct.new(
  :import_id,
  :upload_url)
  SENSITIVE = []
  include Aws::Structure
end