C# Class Amazon.CloudWatchLogs.Model.DeleteMetricFilterRequest

Container for the parameters to the DeleteMetricFilter operation. Deletes the specified metric filter.
Inheritance: AmazonCloudWatchLogsRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteMetricFilterRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteMetricFilterRequest ( string logGroupName, string filterName ) : System

Instantiates DeleteMetricFilterRequest with the parameterized properties

Private Methods

Method Description
IsSetFilterName ( ) : bool
IsSetLogGroupName ( ) : bool

Method Details

DeleteMetricFilterRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteMetricFilterRequest ( ) : System
return System

DeleteMetricFilterRequest() public method

Instantiates DeleteMetricFilterRequest with the parameterized properties
public DeleteMetricFilterRequest ( string logGroupName, string filterName ) : System
logGroupName string The name of the log group.
filterName string The name of the metric filter.
return System