C# Class 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.

Inheritance: AmazonCloudWatchLogsRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetLogGroupName ( ) : bool

Method Details

DeleteRetentionPolicyRequest() public method

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

DeleteRetentionPolicyRequest() public method

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