Struct aws_sdk_macie2::input::AcceptInvitationInput [−][src]
#[non_exhaustive]pub struct AcceptInvitationInput {
pub administrator_account_id: Option<String>,
pub invitation_id: Option<String>,
pub master_account: 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.administrator_account_id: Option<String>
The Amazon Web Services account ID for the account that sent the invitation.
invitation_id: Option<String>
The unique identifier for the invitation to accept.
master_account: Option<String>
(Deprecated) The Amazon Web Services account ID for the account that sent the invitation. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AcceptInvitation, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AcceptInvitation, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<AcceptInvitation
>
Creates a new builder-style object to manufacture AcceptInvitationInput
The Amazon Web Services account ID for the account that sent the invitation.
The unique identifier for the invitation to accept.
(Deprecated) The Amazon Web Services account ID for the account that sent the invitation. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.
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 AcceptInvitationInput
impl Send for AcceptInvitationInput
impl Sync for AcceptInvitationInput
impl Unpin for AcceptInvitationInput
impl UnwindSafe for AcceptInvitationInput
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