Class: Aws::LexModelsV2::Types::CreateExportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::CreateExportResponse
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The date and time that the request to export a bot was created.
-
#export_id ⇒ String
An identifier for a specific request to create an export.
-
#export_status ⇒ String
The status of the export.
-
#file_format ⇒ String
The file format used for the bot or bot locale definition files.
-
#resource_specification ⇒ Types::ExportResourceSpecification
A description of the type of resource that was exported, either a bot or a bot locale.
Instance Attribute Details
#creation_date_time ⇒ Time
The date and time that the request to export a bot was created.
3588 3589 3590 3591 3592 3593 3594 3595 3596 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3588 class CreateExportResponse < Struct.new( :export_id, :resource_specification, :file_format, :export_status, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#export_id ⇒ String
An identifier for a specific request to create an export.
3588 3589 3590 3591 3592 3593 3594 3595 3596 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3588 class CreateExportResponse < Struct.new( :export_id, :resource_specification, :file_format, :export_status, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#export_status ⇒ String
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.
3588 3589 3590 3591 3592 3593 3594 3595 3596 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3588 class CreateExportResponse < Struct.new( :export_id, :resource_specification, :file_format, :export_status, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#file_format ⇒ String
The file format used for the bot or bot locale definition files.
3588 3589 3590 3591 3592 3593 3594 3595 3596 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3588 class CreateExportResponse < Struct.new( :export_id, :resource_specification, :file_format, :export_status, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#resource_specification ⇒ Types::ExportResourceSpecification
A description of the type of resource that was exported, either a bot or a bot locale.
3588 3589 3590 3591 3592 3593 3594 3595 3596 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3588 class CreateExportResponse < Struct.new( :export_id, :resource_specification, :file_format, :export_status, :creation_date_time) SENSITIVE = [] include Aws::Structure end |