You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MigrationHubConfig::Types::DescribeHomeRegionControlsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeHomeRegionControlsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#control_idString

The ControlID is a unique identifier string of your HomeRegionControl object.

Returns:

  • (String)

    The ControlID is a unique identifier string of your HomeRegionControl object.

#home_regionString

The name of the home region you\'d like to view.

Returns:

  • (String)

    The name of the home region you\'d like to view.

#max_resultsInteger

The maximum number of filtering results to display per page.

Returns:

  • (Integer)

    The maximum number of filtering results to display per page.

#next_tokenString

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.

Returns:

  • (String)

    If a NextToken was returned by a previous call, more results are available.

#targetTypes::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.

Returns:

  • (Types::Target)

    The target parameter specifies the identifier to which the home region is applied, which is always of type ACCOUNT.