#[non_exhaustive]pub struct DeleteAccountAssignmentOutput { /* private fields */ }
Implementations§
source§impl DeleteAccountAssignmentOutput
impl DeleteAccountAssignmentOutput
sourcepub fn account_assignment_deletion_status(
&self
) -> Option<&AccountAssignmentOperationStatus>
pub fn account_assignment_deletion_status(
&self
) -> Option<&AccountAssignmentOperationStatus>
The status object for the account assignment deletion operation.
source§impl DeleteAccountAssignmentOutput
impl DeleteAccountAssignmentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAccountAssignmentOutput
.
Trait Implementations§
source§impl Clone for DeleteAccountAssignmentOutput
impl Clone for DeleteAccountAssignmentOutput
source§fn clone(&self) -> DeleteAccountAssignmentOutput
fn clone(&self) -> DeleteAccountAssignmentOutput
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<DeleteAccountAssignmentOutput> for DeleteAccountAssignmentOutput
impl PartialEq<DeleteAccountAssignmentOutput> for DeleteAccountAssignmentOutput
source§fn eq(&self, other: &DeleteAccountAssignmentOutput) -> bool
fn eq(&self, other: &DeleteAccountAssignmentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.