class Aws::CloudWatchLogs::Types::DeleteSubscriptionFilterRequest

@note When making an API call, you may pass DeleteSubscriptionFilterRequest

data as a hash:

    {
      log_group_name: "LogGroupName", # required
      filter_name: "FilterName", # required
    }

@!attribute [rw] log_group_name

The name of the log group.
@return [String]

@!attribute [rw] filter_name

The name of the subscription filter.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteSubscriptionFilterRequest AWS API Documentation

Constants

SENSITIVE