TransferDomainToAnotherAwsAccountResponse

public struct TransferDomainToAnotherAwsAccountResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

    Declaration

    Swift

    public let operationId: String?
  • To finish transferring a domain to another AWS account, the account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the Password element that was returned in the TransferDomainToAnotherAwsAccount response.

    Declaration

    Swift

    public let password: String?
  • Undocumented

    Declaration

    Swift

    public init(operationId: String? = nil, password: String? = nil)