Class: Aws::MigrationHubConfig::Types::DescribeHomeRegionControlsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubConfig::Types::DescribeHomeRegionControlsRequest
- Defined in:
- gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
108 109 110 111 112 113 114 115 116 |
# File 'gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb', line 108 class DescribeHomeRegionControlsRequest < Struct.new( :control_id, :home_region, :target, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#home_region ⇒ String
The name of the home region you'd like to view.
108 109 110 111 112 113 114 115 116 |
# File 'gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb', line 108 class DescribeHomeRegionControlsRequest < Struct.new( :control_id, :home_region, :target, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of filtering results to display per page.
108 109 110 111 112 113 114 115 116 |
# File 'gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb', line 108 class DescribeHomeRegionControlsRequest < Struct.new( :control_id, :home_region, :target, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
108 109 110 111 112 113 114 115 116 |
# File 'gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb', line 108 class DescribeHomeRegionControlsRequest < Struct.new( :control_id, :home_region, :target, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
108 109 110 111 112 113 114 115 116 |
# File 'gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb', line 108 class DescribeHomeRegionControlsRequest < Struct.new( :control_id, :home_region, :target, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |