You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchLogs::Types::DescribeDestinationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeDestinationsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#destination_name_prefixString

The prefix to match. If you don\'t specify a value, no prefix filter is applied.

Returns:

  • (String)

    The prefix to match.

#limitInteger

The maximum number of items returned. If you don\'t specify a value, the default is up to 50 items.

Returns:

  • (Integer)

    The maximum number of items returned.

#next_tokenString

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

Returns:

  • (String)

    The token for the next set of items to return.