class Aws::KafkaConnect::Types::ListConnectorsRequest

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

data as a hash:

    {
      connector_name_prefix: "__string",
      max_results: 1,
      next_token: "__string",
    }

@!attribute [rw] connector_name_prefix

The name prefix that you want to use to search for and list
connectors.
@return [String]

@!attribute [rw] max_results

The maximum number of connectors to list in one response.
@return [Integer]

@!attribute [rw] next_token

If the response of a ListConnectors operation is truncated, it will
include a NextToken. Send this NextToken in a subsequent request to
continue listing from where the previous operation left off.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kafkaconnect-2021-09-14/ListConnectorsRequest AWS API Documentation

Constants

SENSITIVE