C# Class Amazon.CloudWatchLogs.Model.DescribeMetricFiltersRequest

Container for the parameters to the DescribeMetricFilters operation. Lists the specified metric filters. You can list all the metric filters or filter the results by log name, prefix, metric name, and metric namespace. The results are ASCII-sorted by filter name.
Inheritance: AmazonCloudWatchLogsRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeMetricFiltersRequest ( ) : System

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

DescribeMetricFiltersRequest ( string logGroupName ) : System

Instantiates DescribeMetricFiltersRequest with the parameterized properties

Private Methods

Method Description
IsSetFilterNamePrefix ( ) : bool
IsSetLimit ( ) : bool
IsSetLogGroupName ( ) : bool
IsSetMetricName ( ) : bool
IsSetMetricNamespace ( ) : bool
IsSetNextToken ( ) : bool

Method Details

DescribeMetricFiltersRequest() public method

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

DescribeMetricFiltersRequest() public method

Instantiates DescribeMetricFiltersRequest with the parameterized properties
public DescribeMetricFiltersRequest ( string logGroupName ) : System
logGroupName string The name of the log group.
return System