Struct aws_sdk_macie2::output::DeclineInvitationsOutput [−][src]
#[non_exhaustive]pub struct DeclineInvitationsOutput {
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 declined. 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 declined. 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 DeclineInvitationsOutput
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 DeclineInvitationsOutput
impl Send for DeclineInvitationsOutput
impl Sync for DeclineInvitationsOutput
impl Unpin for DeclineInvitationsOutput
impl UnwindSafe for DeclineInvitationsOutput
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