Method: Aws::CloudWatchLogs::Types::DescribeDestinationsRequest#next_token

Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

#next_tokenString

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

Returns:

  • (String)


2208
2209
2210
2211
2212
2213
2214
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2208

class DescribeDestinationsRequest < Struct.new(
  :destination_name_prefix,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end