ListDomainNamesResponse
public struct ListDomainNamesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The names of the search domains owned by an account.
Declaration
Swift
public let domainNames: [String : String]? -
Undocumented
Declaration
Swift
public init(domainNames: [String : String]? = nil)
View on GitHub
ListDomainNamesResponse Structure Reference