Méthode | Description | |
---|---|---|
PutLogEventsRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
PutLogEventsRequest ( string logGroupName, string logStreamName, List |
Instantiates PutLogEventsRequest with the parameterized properties
|
Méthode | Description | |
---|---|---|
IsSetLogEvents ( ) : bool | ||
IsSetLogGroupName ( ) : bool | ||
IsSetLogStreamName ( ) : bool | ||
IsSetSequenceToken ( ) : bool |
public PutLogEventsRequest ( string logGroupName, string logStreamName, List |
||
logGroupName | string | The name of the log group. |
logStreamName | string | The name of the log stream. |
logEvents | List |
The log events. |
Résultat | System |