Class: Aws::LexModelsV2::Types::CreateExportResponse

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 request to export a bot was created.

Returns:

  • (Time)


3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3829

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

#export_idString

An identifier for a specific request to create an export.

Returns:

  • (String)


3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3829

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

#export_statusString

The status of the export. When the status is Completed, you can use the DescribeExport operation to get the pre-signed S3 URL link to your exported bot or bot locale.

Returns:

  • (String)


3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3829

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

#file_formatString

The file format used for the bot or bot locale definition files.

Returns:

  • (String)


3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3829

class CreateExportResponse < Struct.new(
  :export_id,
  :resource_specification,
  :file_format,
  :export_status,
  :creation_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.



3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3829

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