Struct aws_sdk_macie2::output::DeclineInvitationsOutput
source · [−]#[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
sourceimpl DeclineInvitationsOutput
impl DeclineInvitationsOutput
sourcepub fn unprocessed_accounts(&self) -> Option<&[UnprocessedAccount]>
pub fn unprocessed_accounts(&self) -> Option<&[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.
sourceimpl DeclineInvitationsOutput
impl DeclineInvitationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeclineInvitationsOutput
Trait Implementations
sourceimpl Clone for DeclineInvitationsOutput
impl Clone for DeclineInvitationsOutput
sourcefn clone(&self) -> DeclineInvitationsOutput
fn clone(&self) -> DeclineInvitationsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DeclineInvitationsOutput
impl Debug for DeclineInvitationsOutput
sourceimpl PartialEq<DeclineInvitationsOutput> for DeclineInvitationsOutput
impl PartialEq<DeclineInvitationsOutput> for DeclineInvitationsOutput
sourcefn eq(&self, other: &DeclineInvitationsOutput) -> bool
fn eq(&self, other: &DeclineInvitationsOutput) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &DeclineInvitationsOutput) -> bool
fn ne(&self, other: &DeclineInvitationsOutput) -> bool
This method tests for !=
.
impl StructuralPartialEq for DeclineInvitationsOutput
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more