#[non_exhaustive]pub struct RemoveAllResourcePermissionsInput { /* private fields */ }Implementations
sourceimpl RemoveAllResourcePermissionsInput
impl RemoveAllResourcePermissionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveAllResourcePermissions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveAllResourcePermissions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RemoveAllResourcePermissions>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RemoveAllResourcePermissionsInput.
sourceimpl RemoveAllResourcePermissionsInput
impl RemoveAllResourcePermissionsInput
sourcepub fn authentication_token(&self) -> Option<&str>
pub fn authentication_token(&self) -> Option<&str>
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The ID of the resource.
Trait Implementations
sourceimpl Clone for RemoveAllResourcePermissionsInput
impl Clone for RemoveAllResourcePermissionsInput
sourcefn clone(&self) -> RemoveAllResourcePermissionsInput
fn clone(&self) -> RemoveAllResourcePermissionsInput
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 PartialEq<RemoveAllResourcePermissionsInput> for RemoveAllResourcePermissionsInput
impl PartialEq<RemoveAllResourcePermissionsInput> for RemoveAllResourcePermissionsInput
sourcefn eq(&self, other: &RemoveAllResourcePermissionsInput) -> bool
fn eq(&self, other: &RemoveAllResourcePermissionsInput) -> bool
impl StructuralPartialEq for RemoveAllResourcePermissionsInput
Auto Trait Implementations
impl RefUnwindSafe for RemoveAllResourcePermissionsInput
impl Send for RemoveAllResourcePermissionsInput
impl Sync for RemoveAllResourcePermissionsInput
impl Unpin for RemoveAllResourcePermissionsInput
impl UnwindSafe for RemoveAllResourcePermissionsInput
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