C# Class Amazon.CloudWatchLogs.Model.DeleteLogGroupRequest

Container for the parameters to the DeleteLogGroup operation. Deletes the specified log group and permanently deletes all the archived log events associated with the log group.
Inheritance: AmazonCloudWatchLogsRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteLogGroupRequest ( ) : System

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

DeleteLogGroupRequest ( string logGroupName ) : System

Instantiates DeleteLogGroupRequest with the parameterized properties

Private Methods

Method Description
IsSetLogGroupName ( ) : bool

Method Details

DeleteLogGroupRequest() public method

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

DeleteLogGroupRequest() public method

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