Struct aws_sdk_workmail::input::DeleteMailboxPermissionsInput [−][src]
#[non_exhaustive]pub struct DeleteMailboxPermissionsInput {
pub organization_id: Option<String>,
pub entity_id: Option<String>,
pub grantee_id: Option<String>,
}
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.organization_id: Option<String>
The identifier of the organization under which the member (user or group) exists.
entity_id: Option<String>
The identifier of the member (user or group) that owns the mailbox.
grantee_id: Option<String>
The identifier of the member (user or group) for which to delete granted permissions.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteMailboxPermissions, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteMailboxPermissions, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteMailboxPermissions
>
Creates a new builder-style object to manufacture DeleteMailboxPermissionsInput
The identifier of the organization under which the member (user or group) exists.
The identifier of the member (user or group) that owns the mailbox.
The identifier of the member (user or group) for which to delete granted permissions.
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 DeleteMailboxPermissionsInput
impl Sync for DeleteMailboxPermissionsInput
impl Unpin for DeleteMailboxPermissionsInput
impl UnwindSafe for DeleteMailboxPermissionsInput
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