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

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

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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

Possible values:

  • RESOURCE_TYPE
  • SERVICE_NAME

Returns:

  • (String)

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

#valueString

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

Returns:

  • (String)

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