Class: Aws::CloudWatchLogs::Types::DescribeSubscriptionFiltersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeSubscriptionFiltersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_name_prefix ⇒ String
The prefix to match.
-
#limit ⇒ Integer
The maximum number of items returned.
-
#log_group_name ⇒ String
The name of the log group.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#filter_name_prefix ⇒ String
The prefix to match. If you don’t specify a value, no prefix filter is applied.
2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2428 class DescribeSubscriptionFiltersRequest < Struct.new( :log_group_name, :filter_name_prefix, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of items returned. If you don’t specify a value, the default is up to 50 items.
2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2428 class DescribeSubscriptionFiltersRequest < Struct.new( :log_group_name, :filter_name_prefix, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#log_group_name ⇒ String
The name of the log group.
2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2428 class DescribeSubscriptionFiltersRequest < Struct.new( :log_group_name, :filter_name_prefix, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2428 class DescribeSubscriptionFiltersRequest < Struct.new( :log_group_name, :filter_name_prefix, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |