AnalysisSearchFilter
public struct AnalysisSearchFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the value that you want to use as a filter, for example “Name”: “QUICKSIGHT_USER”.
Declaration
Swift
public let name: AnalysisFilterAttribute?
-
The comparison operator that you want to use as a filter, for example “Operator”: “StringEquals”.
Declaration
Swift
public let `operator`: FilterOperator?
-
The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example “Value”. An example is “arn:aws:quicksight:us-east-1:1:user/default/UserName1”.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(name: AnalysisFilterAttribute? = nil, operator: FilterOperator? = nil, value: String? = nil)