#[non_exhaustive]pub struct RemoveResourcePermissionInput { /* private fields */ }Implementations
sourceimpl RemoveResourcePermissionInput
 
impl RemoveResourcePermissionInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<RemoveResourcePermission, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<RemoveResourcePermission, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RemoveResourcePermission>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RemoveResourcePermissionInput.
sourceimpl RemoveResourcePermissionInput
 
impl RemoveResourcePermissionInput
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.
sourcepub fn principal_id(&self) -> Option<&str>
 
pub fn principal_id(&self) -> Option<&str>
The principal ID of the resource.
sourcepub fn principal_type(&self) -> Option<&PrincipalType>
 
pub fn principal_type(&self) -> Option<&PrincipalType>
The principal type of the resource.
Trait Implementations
sourceimpl Clone for RemoveResourcePermissionInput
 
impl Clone for RemoveResourcePermissionInput
sourcefn clone(&self) -> RemoveResourcePermissionInput
 
fn clone(&self) -> RemoveResourcePermissionInput
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 RemoveResourcePermissionInput
 
impl Debug for RemoveResourcePermissionInput
sourceimpl PartialEq<RemoveResourcePermissionInput> for RemoveResourcePermissionInput
 
impl PartialEq<RemoveResourcePermissionInput> for RemoveResourcePermissionInput
sourcefn eq(&self, other: &RemoveResourcePermissionInput) -> bool
 
fn eq(&self, other: &RemoveResourcePermissionInput) -> bool
impl StructuralPartialEq for RemoveResourcePermissionInput
Auto Trait Implementations
impl RefUnwindSafe for RemoveResourcePermissionInput
impl Send for RemoveResourcePermissionInput
impl Sync for RemoveResourcePermissionInput
impl Unpin for RemoveResourcePermissionInput
impl UnwindSafe for RemoveResourcePermissionInput
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