C# 클래스 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.
상속: AmazonCloudWatchLogsRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsSetFilterNamePrefix ( ) : bool
IsSetLimit ( ) : bool
IsSetLogGroupName ( ) : bool
IsSetMetricName ( ) : bool
IsSetMetricNamespace ( ) : bool
IsSetNextToken ( ) : bool

메소드 상세

DescribeMetricFiltersRequest() 공개 메소드

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

DescribeMetricFiltersRequest() 공개 메소드

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