C# Class Amazon.CloudWatchLogs.Model.DeleteLogStreamRequest

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

Public Methods

Method Description
DeleteLogStreamRequest ( ) : System

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

DeleteLogStreamRequest ( string logGroupName, string logStreamName ) : System

Instantiates DeleteLogStreamRequest with the parameterized properties

Private Methods

Method Description
IsSetLogGroupName ( ) : bool
IsSetLogStreamName ( ) : bool

Method Details

DeleteLogStreamRequest() public method

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

DeleteLogStreamRequest() public method

Instantiates DeleteLogStreamRequest with the parameterized properties
public DeleteLogStreamRequest ( string logGroupName, string logStreamName ) : System
logGroupName string The name of the log group.
logStreamName string The name of the log stream.
return System