class Aws::CloudWatchLogs::Types::DescribeDestinationsRequest

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

data as a hash:

    {
      destination_name_prefix: "DestinationName",
      next_token: "NextToken",
      limit: 1,
    }

@!attribute [rw] destination_name_prefix

The prefix to match. If you don't specify a value, no prefix filter
is applied.
@return [String]

@!attribute [rw] next_token

The token for the next set of items to return. (You received this
token from a previous call.)
@return [String]

@!attribute [rw] limit

The maximum number of items returned. If you don't specify a value,
the default is up to 50 items.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeDestinationsRequest AWS API Documentation

Constants

SENSITIVE