You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeStarNotifications::Types::ListNotificationRulesFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListNotificationRulesFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "EVENT_TYPE_ID", # required, accepts EVENT_TYPE_ID, CREATED_BY, RESOURCE, TARGET_ADDRESS
  value: "ListNotificationRulesFilterValue", # required
}

Information about a filter to apply to the list of returned notification rules. You can filter by event type, owner, resource, or target.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the attribute you want to use to filter the returned notification rules.

Possible values:

  • EVENT_TYPE_ID
  • CREATED_BY
  • RESOURCE
  • TARGET_ADDRESS

Returns:

  • (String)

    The name of the attribute you want to use to filter the returned notification rules.

#valueString

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.

Returns:

  • (String)

    The value of the attribute you want to use to filter the returned notification rules.