OpsFilter
public struct OpsFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the filter.
Declaration
Swift
public let key: String
-
The type of filter.
Declaration
Swift
public let type: OpsFilterOperatorType?
-
The filter value.
Declaration
Swift
public let values: [String]
-
Undocumented
Declaration
Swift
public init(key: String, type: OpsFilterOperatorType? = nil, values: [String])
-
Declaration
Swift
public func validate(name: String) throws