class Aws::EventBridge::Types::ListApiDestinationsRequest

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

data as a hash:

    {
      name_prefix: "ApiDestinationName",
      connection_arn: "ConnectionArn",
      next_token: "NextToken",
      limit: 1,
    }

@!attribute [rw] name_prefix

A name prefix to filter results returned. Only API destinations with
a name that starts with the prefix are returned.
@return [String]

@!attribute [rw] connection_arn

The ARN of the connection specified for the API destination.
@return [String]

@!attribute [rw] next_token

The token returned by a previous call to retrieve the next set of
results.
@return [String]

@!attribute [rw] limit

The maximum number of API destinations to include in the response.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/ListApiDestinationsRequest AWS API Documentation

Constants

SENSITIVE