class Aws::Macie2::Types::AcceptInvitationRequest

Specifies an Amazon Macie membership invitation to accept. In the request, you have to specify the ID for the Amazon Web Services account that sent the invitation. Otherwise, a validation error occurs. To specify this ID, we recommend that you use the administratorAccountId property instead of the masterAccount property. The masterAccount property has been deprecated and is retained only for backward compatibility.

@note When making an API call, you may pass AcceptInvitationRequest

data as a hash:

    {
      administrator_account_id: "__string",
      invitation_id: "__string", # required
      master_account: "__string",
    }

@!attribute [rw] administrator_account_id

@return [String]

@!attribute [rw] invitation_id

@return [String]

@!attribute [rw] master_account

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AcceptInvitationRequest AWS API Documentation

Constants

SENSITIVE