#[non_exhaustive]pub struct RemoveResourcePermissionInput {
pub authentication_token: Option<String>,
pub resource_id: Option<String>,
pub principal_id: Option<String>,
pub principal_type: Option<PrincipalType>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.authentication_token: Option<String>
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
resource_id: Option<String>
The ID of the resource.
principal_id: Option<String>
The principal ID of the resource.
principal_type: Option<PrincipalType>
The principal type of the resource.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveResourcePermission, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveResourcePermission, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<RemoveResourcePermission
>
Creates a new builder-style object to manufacture RemoveResourcePermissionInput
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
The ID of the resource.
The principal ID of the resource.
The principal type of the resource.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for RemoveResourcePermissionInput
impl Sync for RemoveResourcePermissionInput
impl Unpin for RemoveResourcePermissionInput
impl UnwindSafe for RemoveResourcePermissionInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more