OpsFilter
public struct OpsFilter : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The name of the filter. DeclarationSwift public let key: String
- 
                  
                  The type of filter. DeclarationSwift public let type: OpsFilterOperatorType?
- 
                  
                  The filter value. DeclarationSwift public let values: [String]
- 
                  
                  Undocumented DeclarationSwift public init(key: String, type: OpsFilterOperatorType? = nil, values: [String])
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub OpsFilter Structure Reference
        OpsFilter Structure Reference