UpdateRealtimeLogConfigRequest constructor

UpdateRealtimeLogConfigRequest({
  1. String? arn,
  2. List<EndPoint>? endPoints,
  3. List<String>? fields,
  4. String? name,
  5. int? samplingRate,
})

Implementation

UpdateRealtimeLogConfigRequest({
  this.arn,
  this.endPoints,
  this.fields,
  this.name,
  this.samplingRate,
});