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.



2025
2026
2027
2028
2029
2030
2031
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2025

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.



2025
2026
2027
2028
2029
2030
2031
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2025

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.)



2025
2026
2027
2028
2029
2030
2031
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2025

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