Class: Aws::LexModelsV2::Types::UpdateExportResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


14719
14720
14721
14722
14723
14724
14725
14726
14727
14728
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14719

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

#export_idString

The unique identifier Amazon Lex assigned to the export.

Returns:

  • (String)


14719
14720
14721
14722
14723
14724
14725
14726
14727
14728
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14719

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

#export_statusString

The status of the export. When the status is ‘Completed` the export archive is available for download.

Returns:

  • (String)


14719
14720
14721
14722
14723
14724
14725
14726
14727
14728
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14719

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

#file_formatString

The file format used for the files that define the resource. The ‘TSV` format is required to export a custom vocabulary only; otherwise use `LexJson` format.

Returns:

  • (String)


14719
14720
14721
14722
14723
14724
14725
14726
14727
14728
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14719

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

#last_updated_date_timeTime

The date and time that the export was last updated.

Returns:

  • (Time)


14719
14720
14721
14722
14723
14724
14725
14726
14727
14728
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14719

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

#resource_specificationTypes::ExportResourceSpecification

A description of the type of resource that was exported, either a bot or a bot locale.



14719
14720
14721
14722
14723
14724
14725
14726
14727
14728
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14719

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