class Aws::MigrationHubConfig::Types::Target

The target parameter specifies the identifier to which the home region is applied, which is always an `ACCOUNT`. It applies the home region to the current `ACCOUNT`.

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

data as a hash:

    {
      type: "ACCOUNT", # required, accepts ACCOUNT
      id: "TargetId",
    }

@!attribute [rw] type

The target type is always an `ACCOUNT`.
@return [String]

@!attribute [rw] id

The `TargetID` is a 12-character identifier of the `ACCOUNT` for
which the control was created. (This must be the current account.)
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/migrationhub-config-2019-06-30/Target AWS API Documentation

Constants

SENSITIVE