Class: Aws::MigrationHubConfig::Types::CreateHomeRegionControlRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-migrationhubconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Optional Boolean flag to indicate whether any effect should take place. It tests whether the caller has permission to make the call.

Returns:

  • (Boolean)


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_regionString

The name of the home region of the calling account.

Returns:

  • (String)


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

#targetTypes::Target

The account for which this command sets up a home region control. The ‘Target` is always of type `ACCOUNT`.

Returns:



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