C# Class Amazon.CloudWatchLogs.Model.DeleteMetricFilterRequest

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

Méthodes publiques

Méthode 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

Méthode Description
IsSetFilterName ( ) : bool
IsSetLogGroupName ( ) : bool

Method Details

DeleteMetricFilterRequest() public méthode

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

DeleteMetricFilterRequest() public méthode

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.
Résultat System