class Aws::Organizations::Types::MoveAccountRequest

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

data as a hash:

    {
      account_id: "AccountId", # required
      source_parent_id: "ParentId", # required
      destination_parent_id: "ParentId", # required
    }

@!attribute [rw] account_id

The unique identifier (ID) of the account that you want to move.

The [regex pattern][1] for an account ID string requires exactly 12
digits.

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] source_parent_id

The unique identifier (ID) of the root or organizational unit that
you want to move the account from.

The [regex pattern][1] for a parent ID string requires one of the
following:

* **Root** - A string that begins with "r-" followed by from 4 to
  32 lowercase letters or digits.

* **Organizational unit (OU)** - A string that begins with "ou-"
  followed by from 4 to 32 lowercase letters or digits (the ID of
  the root that the OU is in). This string is followed by a second
  "-" dash and from 8 to 32 additional lowercase letters or
  digits.

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] destination_parent_id

The unique identifier (ID) of the root or organizational unit that
you want to move the account to.

The [regex pattern][1] for a parent ID string requires one of the
following:

* **Root** - A string that begins with "r-" followed by from 4 to
  32 lowercase letters or digits.

* **Organizational unit (OU)** - A string that begins with "ou-"
  followed by from 4 to 32 lowercase letters or digits (the ID of
  the root that the OU is in). This string is followed by a second
  "-" dash and from 8 to 32 additional lowercase letters or
  digits.

[1]: http://wikipedia.org/wiki/regex
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/MoveAccountRequest AWS API Documentation

Constants

SENSITIVE