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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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)


1299
1300
1301
1302
1303
1304
1305
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1299

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)


1299
1300
1301
1302
1303
1304
1305
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1299

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)


1299
1300
1301
1302
1303
1304
1305
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1299

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