GetDomainSuggestionsResponse
public struct GetDomainSuggestionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of possible domain names. If you specified true for OnlyAvailable in the request, the list contains only domains that are available for registration.
Declaration
Swift
public let suggestionsList: [DomainSuggestion]? -
Undocumented
Declaration
Swift
public init(suggestionsList: [DomainSuggestion]? = nil)
View on GitHub
GetDomainSuggestionsResponse Structure Reference