C# 클래스 Amazon.CloudWatchLogs.Model.DeleteMetricFilterRequest

Container for the parameters to the DeleteMetricFilter operation. Deletes the specified metric filter.
상속: AmazonCloudWatchLogsRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
IsSetFilterName ( ) : bool
IsSetLogGroupName ( ) : bool

메소드 상세

DeleteMetricFilterRequest() 공개 메소드

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

DeleteMetricFilterRequest() 공개 메소드

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.
리턴 System