Class: Aws::MigrationHubConfig::Types::Target

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

Overview

The target parameter specifies the identifier to which the home region is applied, which is always an ACCOUNT. It applies the home region to the current ACCOUNT.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The TargetID is a 12-character identifier of the ACCOUNT for which the control was created. (This must be the current account.)

Returns:

  • (String)


264
265
266
267
268
269
# File 'gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb', line 264

class Target < Struct.new(
  :type,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The target type is always an ACCOUNT.

Returns:

  • (String)


264
265
266
267
268
269
# File 'gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb', line 264

class Target < Struct.new(
  :type,
  :id)
  SENSITIVE = []
  include Aws::Structure
end