Struct aws_sdk_workdocs::input::CreateFolderInput
source · [−]#[non_exhaustive]pub struct CreateFolderInput {
pub authentication_token: Option<String>,
pub name: Option<String>,
pub parent_folder_id: 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.authentication_token: Option<String>
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
name: Option<String>
The name of the new folder.
parent_folder_id: Option<String>
The ID of the parent folder.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFolder, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFolder, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateFolder
>
Creates a new builder-style object to manufacture CreateFolderInput
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
The ID of the parent folder.
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 CreateFolderInput
impl Send for CreateFolderInput
impl Sync for CreateFolderInput
impl Unpin for CreateFolderInput
impl UnwindSafe for CreateFolderInput
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