ListDomainsResult
public struct ListDomainsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of domain names that match the expression.
Declaration
Swift
public let domainNames: [String]? -
An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(domainNames: [String]? = nil, nextToken: String? = nil)
View on GitHub
ListDomainsResult Structure Reference