UpdateDomainNameserversRequest
public struct UpdateDomainNameserversRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the domain that you want to change name servers for.
Declaration
Swift
public let domainName: String
-
A list of new name servers for the domain.
Declaration
Swift
public let nameservers: [Nameserver]
-
Undocumented
Declaration
Swift
public init(domainName: String, nameservers: [Nameserver])
-
Declaration
Swift
public func validate(name: String) throws