Struct aws_sdk_lexmodelsv2::input::CreateExportInput
source · [−]#[non_exhaustive]pub struct CreateExportInput {
pub resource_specification: Option<ExportResourceSpecification>,
pub file_format: Option<ImportExportFileFormat>,
pub file_password: Option<String>,
}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.resource_specification: Option<ExportResourceSpecification>Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.
file_format: Option<ImportExportFileFormat>The file format of the bot or bot locale definition files.
file_password: Option<String>An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt the archive to protect the data in transit between Amazon Lex and your local computer.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateExport, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateExport, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateExport>
Creates a new builder-style object to manufacture CreateExportInput
Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.
The file format of the bot or bot locale definition files.
An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt the archive to protect the data in transit between Amazon Lex and your local computer.
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 CreateExportInput
impl Send for CreateExportInput
impl Sync for CreateExportInput
impl Unpin for CreateExportInput
impl UnwindSafe for CreateExportInput
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