class Aws::CodeStarNotifications::Types::ListEventTypesRequest

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

data as a hash:

    {
      filters: [
        {
          name: "RESOURCE_TYPE", # required, accepts RESOURCE_TYPE, SERVICE_NAME
          value: "ListEventTypesFilterValue", # required
        },
      ],
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] filters

The filters to use to return information by service or resource
type.
@return [Array<Types::ListEventTypesFilter>]

@!attribute [rw] next_token

An enumeration token that, when provided in a request, returns the
next batch of the results.
@return [String]

@!attribute [rw] max_results

A non-negative integer used to limit the number of returned results.
The default number is 50. The maximum number of results that can be
returned is 100.
@return [Integer]

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

Constants

SENSITIVE