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