Class: Aws::CodeStarNotifications::Types::ListEventTypesFilter

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 event types. You can filter by resource type or service name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The system-generated name of the filter type you want to filter by.

Returns:

  • (String)


355
356
357
358
359
360
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 355

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

#valueString

The name of the resource type (for example, pipeline) or service name (for example, CodePipeline) that you want to filter by.

Returns:

  • (String)


355
356
357
358
359
360
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 355

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