Struct aws_sdk_workdocs::input::GetResourcesInput
source · #[non_exhaustive]pub struct GetResourcesInput { /* private fields */ }
Implementations§
source§impl GetResourcesInput
impl GetResourcesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResources, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResources, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetResources
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetResourcesInput
.
source§impl GetResourcesInput
impl GetResourcesInput
sourcepub fn authentication_token(&self) -> Option<&str>
pub fn authentication_token(&self) -> Option<&str>
The Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
sourcepub fn user_id(&self) -> Option<&str>
pub fn user_id(&self) -> Option<&str>
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
sourcepub fn collection_type(&self) -> Option<&ResourceCollectionType>
pub fn collection_type(&self) -> Option<&ResourceCollectionType>
The collection type.
Trait Implementations§
source§impl Clone for GetResourcesInput
impl Clone for GetResourcesInput
source§fn clone(&self) -> GetResourcesInput
fn clone(&self) -> GetResourcesInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetResourcesInput
impl Debug for GetResourcesInput
source§impl PartialEq<GetResourcesInput> for GetResourcesInput
impl PartialEq<GetResourcesInput> for GetResourcesInput
source§fn eq(&self, other: &GetResourcesInput) -> bool
fn eq(&self, other: &GetResourcesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.