ComplianceStringFilter

public struct ComplianceStringFilter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The name of the filter.

    Declaration

    Swift

    public let key: String?
  • The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.

    Declaration

    Swift

    public let type: ComplianceQueryOperatorType?
  • The value for which to search.

    Declaration

    Swift

    public let values: [String]?
  • Undocumented

    Declaration

    Swift

    public init(key: String? = nil, type: ComplianceQueryOperatorType? = nil, values: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws