class Aws::CodeStarNotifications::Types::ListTargetsRequest

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

data as a hash:

    {
      filters: [
        {
          name: "TARGET_TYPE", # required, accepts TARGET_TYPE, TARGET_ADDRESS, TARGET_STATUS
          value: "ListTargetsFilterValue", # required
        },
      ],
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] filters

The filters to use to return information by service or resource
type. Valid filters include target type, target address, and target
status.

<note markdown="1"> A filter with the same name can appear more than once when used with
OR statements. Filters with different names should be applied with
AND statements.

 </note>
@return [Array<Types::ListTargetsFilter>]

@!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 maximum number of results that can be returned is 100.
@return [Integer]

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

Constants

SENSITIVE