Struct aws_sdk_lexmodelsv2::output::CreateUploadUrlOutput
source · [−]#[non_exhaustive]pub struct CreateUploadUrlOutput {
pub import_id: Option<String>,
pub upload_url: 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.import_id: Option<String>An identifier for a unique import job. Use it when you call the StartImport operation.
upload_url: Option<String>A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.
Implementations
An identifier for a unique import job. Use it when you call the StartImport operation.
A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.
Creates a new builder-style object to manufacture CreateUploadUrlOutput
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 CreateUploadUrlOutput
impl Send for CreateUploadUrlOutput
impl Sync for CreateUploadUrlOutput
impl Unpin for CreateUploadUrlOutput
impl UnwindSafe for CreateUploadUrlOutput
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