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

Container for the parameters to the DeleteRetentionPolicy operation. Deletes the specified retention policy.

Log events do not expire if they belong to log groups without a retention policy.

상속: AmazonCloudWatchLogsRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteRetentionPolicyRequest ( ) : System

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

DeleteRetentionPolicyRequest ( string logGroupName ) : System

Instantiates DeleteRetentionPolicyRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetLogGroupName ( ) : bool

메소드 상세

DeleteRetentionPolicyRequest() 공개 메소드

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

DeleteRetentionPolicyRequest() 공개 메소드

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