Observation constructor
Observation({
- String? cloudWatchEventDetailType,
- String? cloudWatchEventId,
- CloudWatchEventSource? cloudWatchEventSource,
- String? codeDeployApplication,
- String? codeDeployDeploymentGroup,
- String? codeDeployDeploymentId,
- String? codeDeployInstanceGroupId,
- String? codeDeployState,
- String? ebsCause,
- String? ebsEvent,
- String? ebsRequestId,
- String? ebsResult,
- String? ec2State,
- DateTime? endTime,
- String? healthEventArn,
- String? healthEventDescription,
- String? healthEventTypeCategory,
- String? healthEventTypeCode,
- String? healthService,
- String? id,
- DateTime? lineTime,
- LogFilter? logFilter,
- String? logGroup,
- String? logText,
- String? metricName,
- String? metricNamespace,
- String? rdsEventCategories,
- String? rdsEventMessage,
- String? s3EventName,
- String? sourceARN,
- String? sourceType,
- DateTime? startTime,
- String? statesArn,
- String? statesExecutionArn,
- String? statesInput,
- String? statesStatus,
- String? unit,
- double? value,
- int? xRayErrorPercent,
- int? xRayFaultPercent,
- String? xRayNodeName,
- String? xRayNodeType,
- int? xRayRequestAverageLatency,
- int? xRayRequestCount,
- 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,
});