class Aws::CodeStarNotifications::Types::ListTargetsFilter
Information about a filter to apply to the list of returned targets. You can filter by target type, address, or status. For example, to filter results to notification rules that have active Amazon SNS topics as targets, you could specify a ListTargetsFilter
Name as TargetType and a Value of SNS, and a Name of TARGET_STATUS and a Value of ACTIVE.
@note When making an API call, you may pass ListTargetsFilter
data as a hash: { name: "TARGET_TYPE", # required, accepts TARGET_TYPE, TARGET_ADDRESS, TARGET_STATUS value: "ListTargetsFilterValue", # required }
@!attribute [rw] name
The name of the attribute you want to use to filter the returned targets. @return [String]
@!attribute [rw] value
The value of the attribute you want to use to filter the returned targets. For example, if you specify *SNS* for the Target type, you could specify an Amazon Resource Name (ARN) for a topic as the value. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codestar-notifications-2019-10-15/ListTargetsFilter AWS API Documentation
Constants
- SENSITIVE