#[non_exhaustive]pub struct RemoveResourcePermissionInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for RemoveResourcePermissionInput
impl Clone for RemoveResourcePermissionInput
source§fn clone(&self) -> RemoveResourcePermissionInput
fn clone(&self) -> RemoveResourcePermissionInput
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 PartialEq<RemoveResourcePermissionInput> for RemoveResourcePermissionInput
impl PartialEq<RemoveResourcePermissionInput> for RemoveResourcePermissionInput
source§fn eq(&self, other: &RemoveResourcePermissionInput) -> bool
fn eq(&self, other: &RemoveResourcePermissionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.