ListFiltersResponse
public struct ListFiltersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of filter names.
Declaration
Swift
public let filterNames: [String] -
The pagination parameter to be used on the next list operation to retrieve more items.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(filterNames: [String], nextToken: String? = nil)
View on GitHub
ListFiltersResponse Structure Reference