Class: Aws::CloudWatchLogs::Types::DescribeSubscriptionFiltersRequest

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

#filter_name_prefixString

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

Returns:

  • (String)


1782
1783
1784
1785
1786
1787
1788
1789
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1782

class DescribeSubscriptionFiltersRequest < Struct.new(
  :log_group_name,
  :filter_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 is up to 50 items.

Returns:

  • (Integer)


1782
1783
1784
1785
1786
1787
1788
1789
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1782

class DescribeSubscriptionFiltersRequest < Struct.new(
  :log_group_name,
  :filter_name_prefix,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_nameString

The name of the log group.

Returns:

  • (String)


1782
1783
1784
1785
1786
1787
1788
1789
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1782

class DescribeSubscriptionFiltersRequest < Struct.new(
  :log_group_name,
  :filter_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)


1782
1783
1784
1785
1786
1787
1788
1789
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1782

class DescribeSubscriptionFiltersRequest < Struct.new(
  :log_group_name,
  :filter_name_prefix,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end