#[non_exhaustive]pub struct DeleteImpersonationRoleInput { /* private fields */ }
Implementations§
source§impl DeleteImpersonationRoleInput
impl DeleteImpersonationRoleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteImpersonationRole, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteImpersonationRole, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteImpersonationRole
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteImpersonationRoleInput
.
source§impl DeleteImpersonationRoleInput
impl DeleteImpersonationRoleInput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The WorkMail organization from which to delete the impersonation role.
sourcepub fn impersonation_role_id(&self) -> Option<&str>
pub fn impersonation_role_id(&self) -> Option<&str>
The ID of the impersonation role to delete.
Trait Implementations§
source§impl Clone for DeleteImpersonationRoleInput
impl Clone for DeleteImpersonationRoleInput
source§fn clone(&self) -> DeleteImpersonationRoleInput
fn clone(&self) -> DeleteImpersonationRoleInput
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 Debug for DeleteImpersonationRoleInput
impl Debug for DeleteImpersonationRoleInput
source§impl PartialEq<DeleteImpersonationRoleInput> for DeleteImpersonationRoleInput
impl PartialEq<DeleteImpersonationRoleInput> for DeleteImpersonationRoleInput
source§fn eq(&self, other: &DeleteImpersonationRoleInput) -> bool
fn eq(&self, other: &DeleteImpersonationRoleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.