Struct aws_sdk_lexmodelsv2::model::export_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ExportSummary
Implementations
The unique identifier that Amazon Lex assigned to the export.
The unique identifier that Amazon Lex assigned to the export.
Information about the bot or bot locale that was exported.
Information about the bot or bot locale that was exported.
The file format used in the export files.
The file format used in the export files.
The status of the export. When the status is Completed the export is ready to download.
The status of the export. When the status is Completed the export is ready to download.
The date and time that the export was created.
The date and time that the export was created.
The date and time that the export was last updated.
The date and time that the export was last updated.
Consumes the builder and constructs a ExportSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
