Class: Aws::LexModelsV2::Types::ExportSummary

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

Overview

Provides summary information about an export in an export list.

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)


7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7413

class ExportSummary < 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 that Amazon Lex assigned to the export.

Returns:

  • (String)


7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7413

class ExportSummary < 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 is ready to download.

Returns:

  • (String)


7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7413

class ExportSummary < 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 in the export files.

Returns:

  • (String)


7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7413

class ExportSummary < 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)


7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7413

class ExportSummary < 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

Information about the bot or bot locale that was exported.



7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7413

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