TransferDomainToAnotherAwsAccountRequest
public struct TransferDomainToAnotherAwsAccountRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The account ID of the AWS account that you want to transfer the domain to, for example, 111122223333.
Declaration
Swift
public let accountId: String
-
The name of the domain that you want to transfer from the current AWS account to another account.
Declaration
Swift
public let domainName: String
-
Undocumented
Declaration
Swift
public init(accountId: String, domainName: String)
-
Declaration
Swift
public func validate(name: String) throws