class Aws::CodeStarNotifications::Types::ListNotificationRulesFilter
Information about a filter to apply to the list of returned notification rules. You can filter by event type, owner, resource, or target.
@note When making an API call, you may pass ListNotificationRulesFilter
data as a hash: { name: "EVENT_TYPE_ID", # required, accepts EVENT_TYPE_ID, CREATED_BY, RESOURCE, TARGET_ADDRESS value: "ListNotificationRulesFilterValue", # required }
@!attribute [rw] name
The name of the attribute you want to use to filter the returned notification rules. @return [String]
@!attribute [rw] value
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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codestar-notifications-2019-10-15/ListNotificationRulesFilter AWS API Documentation
Constants
- SENSITIVE