Class: Aws::MigrationHubConfig::Types::CreateHomeRegionControlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubConfig::Types::CreateHomeRegionControlRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Optional Boolean flag to indicate whether any effect should take place.
-
#home_region ⇒ String
The name of the home region of the calling account.
-
#target ⇒ Types::Target
The account for which this command sets up a home region control.
Instance Attribute Details
#dry_run ⇒ Boolean
Optional Boolean flag to indicate whether any effect should take place. It tests whether the caller has permission to make the call.
42 43 44 45 46 47 48 |
# File 'lib/aws-sdk-migrationhubconfig/types.rb', line 42 class CreateHomeRegionControlRequest < Struct.new( :home_region, :target, :dry_run) SENSITIVE = [] include Aws::Structure end |
#home_region ⇒ String
The name of the home region of the calling account.
42 43 44 45 46 47 48 |
# File 'lib/aws-sdk-migrationhubconfig/types.rb', line 42 class CreateHomeRegionControlRequest < Struct.new( :home_region, :target, :dry_run) SENSITIVE = [] include Aws::Structure end |
#target ⇒ Types::Target
The account for which this command sets up a home region control. The ‘Target` is always of type `ACCOUNT`.
42 43 44 45 46 47 48 |
# File 'lib/aws-sdk-migrationhubconfig/types.rb', line 42 class CreateHomeRegionControlRequest < Struct.new( :home_region, :target, :dry_run) SENSITIVE = [] include Aws::Structure end |