class Aws::MigrationHubConfig::Types::CreateHomeRegionControlRequest

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

data as a hash:

    {
      home_region: "HomeRegion", # required
      target: { # required
        type: "ACCOUNT", # required, accepts ACCOUNT
        id: "TargetId",
      },
      dry_run: false,
    }

@!attribute [rw] home_region

The name of the home region of the calling account.
@return [String]

@!attribute [rw] target

The account for which this command sets up a home region control.
The `Target` is always of type `ACCOUNT`.
@return [Types::Target]

@!attribute [rw] dry_run

Optional Boolean flag to indicate whether any effect should take
place. It tests whether the caller has permission to make the call.
@return [Boolean]

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

Constants

SENSITIVE