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 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.
message: Option<String>
Custom text to include in the email message that contains the invitation. The text can contain as many as 80 alphanumeric characters.
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 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
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