Struct aws_sdk_macie2::input::CreateInvitationsInput [−][src]
#[non_exhaustive]pub struct CreateInvitationsInput {
pub account_ids: Option<Vec<String>>,
pub disable_email_notification: bool,
pub message: Option<String>,
}
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.account_ids: Option<Vec<String>>
An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.
disable_email_notification: bool
Specifies whether to send an email notification to the root user of each account that the invitation will be sent to. This notification is in addition to an alert that the root user receives in Personal Health Dashboard. To send an email notification to the root user of each account, set this value to true.
message: Option<String>
A custom message to include in the invitation. Amazon Macie adds this message to the standard content that it sends for an invitation.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateInvitations, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateInvitations, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateInvitations
>
Creates a new builder-style object to manufacture CreateInvitationsInput
An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.
Specifies whether to send an email notification to the root user of each account that the invitation will be sent to. This notification is in addition to an alert that the root user receives in Personal Health Dashboard. To send an email notification to the root user of each account, set this value to true.
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 CreateInvitationsInput
impl Send for CreateInvitationsInput
impl Sync for CreateInvitationsInput
impl Unpin for CreateInvitationsInput
impl UnwindSafe for CreateInvitationsInput
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