Struct aws_sdk_workdocs::input::GetResourcesInput
source · [−]#[non_exhaustive]pub struct GetResourcesInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for GetResourcesInput
impl Clone for GetResourcesInput
sourcefn clone(&self) -> GetResourcesInput
fn clone(&self) -> GetResourcesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetResourcesInput
impl Debug for GetResourcesInput
sourceimpl PartialEq<GetResourcesInput> for GetResourcesInput
impl PartialEq<GetResourcesInput> for GetResourcesInput
sourcefn eq(&self, other: &GetResourcesInput) -> bool
fn eq(&self, other: &GetResourcesInput) -> bool
impl StructuralPartialEq for GetResourcesInput
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more