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

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)


14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14646

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)


14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14646

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)


14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14646

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)


14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14646

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)


14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14646

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.



14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14646

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