ListDomainsRequest
public struct ListDomainsRequest : AWSShape
extension SimpleDB.ListDomainsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.
Declaration
Swift
public let maxNumberOfDomains: Int? -
A string informing Amazon SimpleDB where to start the next list of domain names.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(maxNumberOfDomains: Int? = nil, nextToken: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SimpleDB.ListDomainsRequest
View on GitHub
ListDomainsRequest Structure Reference