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

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


7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7486

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)


7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7486

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)


7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7486

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)


7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7486

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)


7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7486

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.



7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7486

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