Method | Description | |
---|---|---|
CreateLogStreamRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
CreateLogStreamRequest ( string logGroupName, string logStreamName ) : System |
Instantiates CreateLogStreamRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetLogGroupName ( ) : bool | ||
IsSetLogStreamName ( ) : bool |
public CreateLogStreamRequest ( string logGroupName, string logStreamName ) : System | ||
logGroupName | string | The name of the log group. |
logStreamName | string | The name of the log stream. |
return | System |