ListFiltersRequest
public struct ListFiltersRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the dataset group that contains the filters.
Declaration
Swift
public let datasetGroupArn: String? -
The maximum number of filters to return.
Declaration
Swift
public let maxResults: Int? -
A token returned from the previous call to ListFilters for getting the next set of filters (if they exist).
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(datasetGroupArn: String? = nil, maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ListFiltersRequest Structure Reference