DashboardSearchFilter
public struct DashboardSearchFilter : 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: DashboardFilterAttribute?
-
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”: “arn:aws:quicksight:us-east-1:1:user/default/UserName1”.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(name: DashboardFilterAttribute? = nil, operator: FilterOperator, value: String? = nil)