NestedFilters

public struct NestedFilters : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of filters. Each filter acts on a property. Filters must contain at least one Filters value. For example, a NestedFilters call might include a filter on the PropertyName parameter of the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.

    Declaration

    Swift

    public let filters: [Filter]
  • The name of the property to use in the nested filters. The value must match a listed property name, such as InputDataConfig.

    Declaration

    Swift

    public let nestedPropertyName: String
  • Undocumented

    Declaration

    Swift

    public init(filters: [Filter], nestedPropertyName: String)
  • Declaration

    Swift

    public func validate(name: String) throws