ListNotificationRulesFilter

public struct ListNotificationRulesFilter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the attribute you want to use to filter the returned notification rules.

    Declaration

    Swift

    public let name: ListNotificationRulesFilterName
  • The value of the attribute you want to use to filter the returned notification rules. For example, if you specify filtering by RESOURCE in Name, you might specify the ARN of a pipeline in AWS CodePipeline for the value.

    Declaration

    Swift

    public let value: String
  • Undocumented

    Declaration

    Swift

    public init(name: ListNotificationRulesFilterName, value: String)