pub struct DeleteInvitationsResponse {
pub unprocessed_accounts: Option<Vec<SecurityHubResult>>,
}
Fields§
§unprocessed_accounts: Option<Vec<SecurityHubResult>>
The list of AWS accounts for which the invitations were not deleted. For each account, the list includes the account ID and the email address.
Trait Implementations§
Source§impl Clone for DeleteInvitationsResponse
impl Clone for DeleteInvitationsResponse
Source§fn clone(&self) -> DeleteInvitationsResponse
fn clone(&self) -> DeleteInvitationsResponse
Returns a duplicate 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 DeleteInvitationsResponse
impl Debug for DeleteInvitationsResponse
Source§impl Default for DeleteInvitationsResponse
impl Default for DeleteInvitationsResponse
Source§fn default() -> DeleteInvitationsResponse
fn default() -> DeleteInvitationsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteInvitationsResponse
impl<'de> Deserialize<'de> for DeleteInvitationsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for DeleteInvitationsResponse
Auto Trait Implementations§
impl Freeze for DeleteInvitationsResponse
impl RefUnwindSafe for DeleteInvitationsResponse
impl Send for DeleteInvitationsResponse
impl Sync for DeleteInvitationsResponse
impl Unpin for DeleteInvitationsResponse
impl UnwindSafe for DeleteInvitationsResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more