Struct aws_sdk_ssoadmin::operation::delete_account_assignment::DeleteAccountAssignmentOutput
source · #[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() -> DeleteAccountAssignmentOutputBuilder
pub fn builder() -> DeleteAccountAssignmentOutputBuilder
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 ==.source§impl RequestId for DeleteAccountAssignmentOutput
impl RequestId for DeleteAccountAssignmentOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.