Struct aws_sdk_workdocs::input::GetDocumentPathInput
source · [−]#[non_exhaustive]pub struct GetDocumentPathInput {
pub authentication_token: Option<String>,
pub document_id: Option<String>,
pub limit: Option<i32>,
pub fields: Option<String>,
pub marker: 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.
document_id: Option<String>
The ID of the document.
limit: Option<i32>
The maximum number of levels in the hierarchy to return.
fields: Option<String>
A comma-separated list of values. Specify NAME
to include the names of the parent folders.
marker: Option<String>
This value is not supported.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDocumentPath, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDocumentPath, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetDocumentPath
>
Creates a new builder-style object to manufacture GetDocumentPathInput
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
The ID of the document.
A comma-separated list of values. Specify NAME
to include the names of the parent folders.
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 GetDocumentPathInput
impl Send for GetDocumentPathInput
impl Sync for GetDocumentPathInput
impl Unpin for GetDocumentPathInput
impl UnwindSafe for GetDocumentPathInput
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