Struct aws_sdk_workdocs::input::GetResourcesInput
source · [−]#[non_exhaustive]pub struct GetResourcesInput {
pub authentication_token: Option<String>,
pub user_id: Option<String>,
pub collection_type: Option<ResourceCollectionType>,
pub limit: Option<i32>,
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>
The Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
user_id: Option<String>
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
collection_type: Option<ResourceCollectionType>
The collection type.
limit: Option<i32>
The maximum number of resources to return.
marker: Option<String>
The marker for the next set of results. This marker was received from a previous call.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResources, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResources, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetResources
>
Creates a new builder-style object to manufacture GetResourcesInput
The Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
The collection type.
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 GetResourcesInput
impl Send for GetResourcesInput
impl Sync for GetResourcesInput
impl Unpin for GetResourcesInput
impl UnwindSafe for GetResourcesInput
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