Struct aws_sdk_macie2::input::CreateInvitationsInput
source · #[non_exhaustive]pub struct CreateInvitationsInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for CreateInvitationsInput
impl Clone for CreateInvitationsInput
source§fn clone(&self) -> CreateInvitationsInput
fn clone(&self) -> CreateInvitationsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateInvitationsInput
impl Debug for CreateInvitationsInput
source§impl PartialEq<CreateInvitationsInput> for CreateInvitationsInput
impl PartialEq<CreateInvitationsInput> for CreateInvitationsInput
source§fn eq(&self, other: &CreateInvitationsInput) -> bool
fn eq(&self, other: &CreateInvitationsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.