LogSettingsResponse constructor

LogSettingsResponse({
  1. Destination? destination,
  2. String? kmsKeyArn,
  3. LogType? logType,
  4. String? resourceArn,
  5. String? resourcePrefix,
})

Implementation

LogSettingsResponse({
  this.destination,
  this.kmsKeyArn,
  this.logType,
  this.resourceArn,
  this.resourcePrefix,
});