Class: Aws::LexModelsV2::Types::DescribeExportResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The date and time that the export was created.

Returns:

  • (Time)


6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6294

class DescribeExportResponse < Struct.new(
  :export_id,
  :resource_specification,
  :file_format,
  :export_status,
  :failure_reasons,
  :download_url,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#download_urlString

A pre-signed S3 URL that points to the bot or bot locale archive. The URL is only available for 5 minutes after calling the DescribeExport operation.

Returns:

  • (String)


6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6294

class DescribeExportResponse < Struct.new(
  :export_id,
  :resource_specification,
  :file_format,
  :export_status,
  :failure_reasons,
  :download_url,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#export_idString

The unique identifier of the described export.

Returns:

  • (String)


6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6294

class DescribeExportResponse < Struct.new(
  :export_id,
  :resource_specification,
  :file_format,
  :export_status,
  :failure_reasons,
  :download_url,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#export_statusString

The status of the export. When the status is Complete the export archive file is available for download.

Returns:

  • (String)


6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6294

class DescribeExportResponse < Struct.new(
  :export_id,
  :resource_specification,
  :file_format,
  :export_status,
  :failure_reasons,
  :download_url,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonsArray<String>

If the exportStatus is failed, contains one or more reasons why the export could not be completed.

Returns:

  • (Array<String>)


6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6294

class DescribeExportResponse < Struct.new(
  :export_id,
  :resource_specification,
  :file_format,
  :export_status,
  :failure_reasons,
  :download_url,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#file_formatString

The file format used in the files that describe the resource.

Returns:

  • (String)


6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6294

class DescribeExportResponse < Struct.new(
  :export_id,
  :resource_specification,
  :file_format,
  :export_status,
  :failure_reasons,
  :download_url,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The last date and time that the export was updated.

Returns:

  • (Time)


6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6294

class DescribeExportResponse < Struct.new(
  :export_id,
  :resource_specification,
  :file_format,
  :export_status,
  :failure_reasons,
  :download_url,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_specificationTypes::ExportResourceSpecification

The bot, bot ID, and optional locale ID of the exported bot or bot locale.



6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6294

class DescribeExportResponse < Struct.new(
  :export_id,
  :resource_specification,
  :file_format,
  :export_status,
  :failure_reasons,
  :download_url,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end