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
- Struct
- Aws::MigrationHubConfig::Types::DescribeHomeRegionControlsRequest
 
- Defined in:
- (unknown)
Overview
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
- 
  
    
      #control_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ControlIDis a unique identifier string of yourHomeRegionControlobject.
- 
  
    
      #home_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the home region you\'d like to view. 
- 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The maximum number of filtering results to display per page. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    If a NextTokenwas returned by a previous call, more results are available.
- 
  
    
      #target  ⇒ Types::Target 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The target parameter specifies the identifier to which the home region is applied, which is always of type ACCOUNT.
Instance Attribute Details
#control_id ⇒ String
The ControlID is a unique identifier string of your
HomeRegionControl object.
#home_region ⇒ String
The name of the home region you\'d like to view.
#max_results ⇒ Integer
The maximum number of filtering results to display per page.
#next_token ⇒ String
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.
#target ⇒ Types::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.