Struct aws_sdk_workdocs::input::GetFolderInput
source · [−]#[non_exhaustive]pub struct GetFolderInput {
pub authentication_token: Option<String>,
pub folder_id: Option<String>,
pub include_custom_metadata: bool,
}
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.
include_custom_metadata: bool
Set to TRUE to include custom metadata in the response.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFolder, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFolder, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetFolder
>
Creates a new builder-style object to manufacture GetFolderInput
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
Set to TRUE to include custom metadata in the response.
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 GetFolderInput
impl Send for GetFolderInput
impl Sync for GetFolderInput
impl Unpin for GetFolderInput
impl UnwindSafe for GetFolderInput
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