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

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

Returns:

  • (Time)


3902
3903
3904
3905
3906
3907
3908
3909
3910
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3902

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)


3902
3903
3904
3905
3906
3907
3908
3909
3910
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3902

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.

[1]: docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeExport.html

Returns:

  • (String)


3902
3903
3904
3905
3906
3907
3908
3909
3910
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3902

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)


3902
3903
3904
3905
3906
3907
3908
3909
3910
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3902

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.



3902
3903
3904
3905
3906
3907
3908
3909
3910
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3902

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