Observation constructor

Observation({
  1. String? cloudWatchEventDetailType,
  2. String? cloudWatchEventId,
  3. CloudWatchEventSource? cloudWatchEventSource,
  4. String? codeDeployApplication,
  5. String? codeDeployDeploymentGroup,
  6. String? codeDeployDeploymentId,
  7. String? codeDeployInstanceGroupId,
  8. String? codeDeployState,
  9. String? ebsCause,
  10. String? ebsEvent,
  11. String? ebsRequestId,
  12. String? ebsResult,
  13. String? ec2State,
  14. DateTime? endTime,
  15. String? healthEventArn,
  16. String? healthEventDescription,
  17. String? healthEventTypeCategory,
  18. String? healthEventTypeCode,
  19. String? healthService,
  20. String? id,
  21. DateTime? lineTime,
  22. LogFilter? logFilter,
  23. String? logGroup,
  24. String? logText,
  25. String? metricName,
  26. String? metricNamespace,
  27. String? rdsEventCategories,
  28. String? rdsEventMessage,
  29. String? s3EventName,
  30. String? sourceARN,
  31. String? sourceType,
  32. DateTime? startTime,
  33. String? statesArn,
  34. String? statesExecutionArn,
  35. String? statesInput,
  36. String? statesStatus,
  37. String? unit,
  38. double? value,
  39. int? xRayErrorPercent,
  40. int? xRayFaultPercent,
  41. String? xRayNodeName,
  42. String? xRayNodeType,
  43. int? xRayRequestAverageLatency,
  44. int? xRayRequestCount,
  45. int? xRayThrottlePercent,
})

Implementation

Observation({
  this.cloudWatchEventDetailType,
  this.cloudWatchEventId,
  this.cloudWatchEventSource,
  this.codeDeployApplication,
  this.codeDeployDeploymentGroup,
  this.codeDeployDeploymentId,
  this.codeDeployInstanceGroupId,
  this.codeDeployState,
  this.ebsCause,
  this.ebsEvent,
  this.ebsRequestId,
  this.ebsResult,
  this.ec2State,
  this.endTime,
  this.healthEventArn,
  this.healthEventDescription,
  this.healthEventTypeCategory,
  this.healthEventTypeCode,
  this.healthService,
  this.id,
  this.lineTime,
  this.logFilter,
  this.logGroup,
  this.logText,
  this.metricName,
  this.metricNamespace,
  this.rdsEventCategories,
  this.rdsEventMessage,
  this.s3EventName,
  this.sourceARN,
  this.sourceType,
  this.startTime,
  this.statesArn,
  this.statesExecutionArn,
  this.statesInput,
  this.statesStatus,
  this.unit,
  this.value,
  this.xRayErrorPercent,
  this.xRayFaultPercent,
  this.xRayNodeName,
  this.xRayNodeType,
  this.xRayRequestAverageLatency,
  this.xRayRequestCount,
  this.xRayThrottlePercent,
});