ListLunaClientsResponse
public struct ListLunaClientsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of clients.
Declaration
Swift
public let clientList: [String] -
If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(clientList: [String], nextToken: String? = nil)
View on GitHub
ListLunaClientsResponse Structure Reference