AcceptDomainTransferFromAnotherAwsAccountRequest

public struct AcceptDomainTransferFromAnotherAwsAccountRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the domain that was specified when another AWS account submitted a TransferDomainToAnotherAwsAccount request.

    Declaration

    Swift

    public let domainName: String
  • The password that was returned by the TransferDomainToAnotherAwsAccount request.

    Declaration

    Swift

    public let password: String
  • Undocumented

    Declaration

    Swift

    public init(domainName: String, password: String)
  • Declaration

    Swift

    public func validate(name: String) throws