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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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

Returns:

  • (String)


425
426
427
428
429
430
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 425

class ListNotificationRulesFilter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#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 CodePipeline for the value.

Returns:

  • (String)


425
426
427
428
429
430
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 425

class ListNotificationRulesFilter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end