LogSettingsResponse constructor
LogSettingsResponse({
- Destination? destination,
- String? kmsKeyArn,
- LogType? logType,
- String? resourceArn,
- String? resourcePrefix,
Implementation
LogSettingsResponse({
this.destination,
this.kmsKeyArn,
this.logType,
this.resourceArn,
this.resourcePrefix,
});