Struct aws_sdk_macie2::input::DeclineInvitationsInput
source · [−]#[non_exhaustive]pub struct DeclineInvitationsInput { /* private fields */ }
Implementations
sourceimpl DeclineInvitationsInput
impl DeclineInvitationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeclineInvitations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeclineInvitations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeclineInvitations
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeclineInvitationsInput
.
sourceimpl DeclineInvitationsInput
impl DeclineInvitationsInput
sourcepub fn account_ids(&self) -> Option<&[String]>
pub fn account_ids(&self) -> Option<&[String]>
An array that lists Amazon Web Services account IDs, one for each account that sent an invitation to decline.
Trait Implementations
sourceimpl Clone for DeclineInvitationsInput
impl Clone for DeclineInvitationsInput
sourcefn clone(&self) -> DeclineInvitationsInput
fn clone(&self) -> DeclineInvitationsInput
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 moresourceimpl Debug for DeclineInvitationsInput
impl Debug for DeclineInvitationsInput
sourceimpl PartialEq<DeclineInvitationsInput> for DeclineInvitationsInput
impl PartialEq<DeclineInvitationsInput> for DeclineInvitationsInput
sourcefn eq(&self, other: &DeclineInvitationsInput) -> bool
fn eq(&self, other: &DeclineInvitationsInput) -> bool
impl StructuralPartialEq for DeclineInvitationsInput
Auto Trait Implementations
impl RefUnwindSafe for DeclineInvitationsInput
impl Send for DeclineInvitationsInput
impl Sync for DeclineInvitationsInput
impl Unpin for DeclineInvitationsInput
impl UnwindSafe for DeclineInvitationsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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