Struct aws_sdk_macie2::output::DeleteInvitationsOutput [−][src]
#[non_exhaustive]pub struct DeleteInvitationsOutput {
pub unprocessed_accounts: Option<Vec<UnprocessedAccount>>,
}
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.unprocessed_accounts: Option<Vec<UnprocessedAccount>>
An array of objects, one for each account whose invitation hasn't been deleted. Each object identifies the account and explains why the request hasn't been processed for that account.
Implementations
An array of objects, one for each account whose invitation hasn't been deleted. Each object identifies the account and explains why the request hasn't been processed for that account.
Creates a new builder-style object to manufacture DeleteInvitationsOutput
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 RefUnwindSafe for DeleteInvitationsOutput
impl Send for DeleteInvitationsOutput
impl Sync for DeleteInvitationsOutput
impl Unpin for DeleteInvitationsOutput
impl UnwindSafe for DeleteInvitationsOutput
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