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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1825
1826
1827
1828
1829
1830
1831
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1825

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

#limitInteger

The maximum number of items returned. If you don’t specify a value, the default maximum value of 50 items is used.

Returns:

  • (Integer)


1825
1826
1827
1828
1829
1830
1831
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1825

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

#next_tokenString

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

Returns:

  • (String)


1825
1826
1827
1828
1829
1830
1831
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1825

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