You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchLogs::Types::DeleteSubscriptionFilterRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteSubscriptionFilterRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#filter_nameString

The name of the subscription filter.

Returns:

  • (String)

    The name of the subscription filter.

#log_group_nameString

The name of the log group.

Returns:

  • (String)

    The name of the log group.