GetServersRequest
public struct GetServersRequest : AWSShape
extension SMS.GetServersRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.
Declaration
Swift
public let maxResults: Int?
-
The token for the next set of results.
Declaration
Swift
public let nextToken: String?
-
The server addresses.
Declaration
Swift
public let vmServerAddressList: [VmServerAddress]?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, vmServerAddressList: [VmServerAddress]? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SMS.GetServersRequest