You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MigrationHubConfig::Types::Target
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubConfig::Types::Target
- Defined in:
- (unknown)
Overview
Note:
When passing Target as input to an Aws::Client method, you can use a vanilla Hash:
{
type: "ACCOUNT", # required, accepts ACCOUNT
id: "TargetId",
}
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
.
Returned by:
Instance Attribute Summary collapse
-
#id ⇒ String
The
TargetID
is a 12-character identifier of theACCOUNT
for which the control was created. -
#type ⇒ String
The target type is always an
ACCOUNT
.
Instance Attribute Details
#id ⇒ String
The TargetID
is a 12-character identifier of the ACCOUNT
for which
the control was created. (This must be the current account.)
#type ⇒ String
The target type is always an ACCOUNT
.
Possible values:
- ACCOUNT