class Aws::CodeStarNotifications::Types::ListEventTypesFilter

Information about a filter to apply to the list of returned event types. You can filter by resource type or service name.

@note When making an API call, you may pass ListEventTypesFilter

data as a hash:

    {
      name: "RESOURCE_TYPE", # required, accepts RESOURCE_TYPE, SERVICE_NAME
      value: "ListEventTypesFilterValue", # required
    }

@!attribute [rw] name

The system-generated name of the filter type you want to filter by.
@return [String]

@!attribute [rw] value

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

@see docs.aws.amazon.com/goto/WebAPI/codestar-notifications-2019-10-15/ListEventTypesFilter AWS API Documentation

Constants

SENSITIVE