Struct aws_sdk_lexmodelsv2::output::CreateExportOutput [−][src]
#[non_exhaustive]pub struct CreateExportOutput {
pub export_id: Option<String>,
pub resource_specification: Option<ExportResourceSpecification>,
pub file_format: Option<ImportExportFileFormat>,
pub export_status: Option<ExportStatus>,
pub creation_date_time: Option<DateTime>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.export_id: Option<String>An identifier for a specific request to create an export.
resource_specification: Option<ExportResourceSpecification>A description of the type of resource that was exported, either a bot or a bot locale.
file_format: Option<ImportExportFileFormat>The file format used for the bot or bot locale definition files.
export_status: Option<ExportStatus>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.
creation_date_time: Option<DateTime>The date and time that the request to export a bot was created.
Implementations
An identifier for a specific request to create an export.
A description of the type of resource that was exported, either a bot or a bot locale.
The file format used for the bot or bot locale definition files.
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.
The date and time that the request to export a bot was created.
Creates a new builder-style object to manufacture CreateExportOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateExportOutput
impl Send for CreateExportOutput
impl Sync for CreateExportOutput
impl Unpin for CreateExportOutput
impl UnwindSafe for CreateExportOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
