class Aws::MigrationHubConfig::Types::DescribeHomeRegionControlsRequest

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

data as a hash:

    {
      control_id: "ControlId",
      home_region: "HomeRegion",
      target: {
        type: "ACCOUNT", # required, accepts ACCOUNT
        id: "TargetId",
      },
      max_results: 1,
      next_token: "Token",
    }

@!attribute [rw] control_id

The `ControlID` is a unique identifier string of your
`HomeRegionControl` object.
@return [String]

@!attribute [rw] home_region

The name of the home region you'd like to view.
@return [String]

@!attribute [rw] target

The target parameter specifies the identifier to which the home
region is applied, which is always of type `ACCOUNT`. It applies the
home region to the current `ACCOUNT`.
@return [Types::Target]

@!attribute [rw] max_results

The maximum number of filtering results to display per page.
@return [Integer]

@!attribute [rw] next_token

If a `NextToken` was returned by a previous call, more results are
available. To retrieve the next page of results, make the call again
using the returned token in `NextToken`.
@return [String]

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

Constants

SENSITIVE