Struct aws_sdk_macie2::input::CreateInvitationsInput
source · [−]#[non_exhaustive]pub struct CreateInvitationsInput { /* private fields */ }
Implementations
sourceimpl CreateInvitationsInput
impl CreateInvitationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateInvitations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateInvitations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateInvitations
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateInvitationsInput
.
sourceimpl CreateInvitationsInput
impl CreateInvitationsInput
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 to send the invitation to.
sourcepub fn disable_email_notification(&self) -> bool
pub fn disable_email_notification(&self) -> bool
Specifies whether to send the invitation as an email message. If this value is false, Amazon Macie sends the invitation (as an email message) to the email address that you specified for the recipient's account when you associated the account with your account. The default value is false.
Trait Implementations
sourceimpl Clone for CreateInvitationsInput
impl Clone for CreateInvitationsInput
sourcefn clone(&self) -> CreateInvitationsInput
fn clone(&self) -> CreateInvitationsInput
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 CreateInvitationsInput
impl Debug for CreateInvitationsInput
sourceimpl PartialEq<CreateInvitationsInput> for CreateInvitationsInput
impl PartialEq<CreateInvitationsInput> for CreateInvitationsInput
sourcefn eq(&self, other: &CreateInvitationsInput) -> bool
fn eq(&self, other: &CreateInvitationsInput) -> bool
impl StructuralPartialEq for CreateInvitationsInput
Auto Trait Implementations
impl RefUnwindSafe for CreateInvitationsInput
impl Send for CreateInvitationsInput
impl Sync for CreateInvitationsInput
impl Unpin for CreateInvitationsInput
impl UnwindSafe for CreateInvitationsInput
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