Class: Aws::LexModelsV2::Types::CreateExportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::CreateExportResponse
- Includes:
- Structure
- Defined in:
- 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.
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_id ⇒ String
An identifier for a specific request to create an export.
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_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.
[1]: docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeExport.html
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_format ⇒ String
The file format used for the bot or bot locale definition files.
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_specification ⇒ Types::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 |