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