Class DescribeMonitorResponse

    • Method Detail

      • monitorName

        public final String monitorName()

        The name of the monitor.

        Returns:
        The name of the monitor.
      • monitorArn

        public final String monitorArn()

        The Amazon Resource Name (ARN) of the monitor resource described.

        Returns:
        The Amazon Resource Name (ARN) of the monitor resource described.
      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) of the auto predictor being monitored.

        Returns:
        The Amazon Resource Name (ARN) of the auto predictor being monitored.
      • status

        public final String status()

        The status of the monitor resource.

        Returns:
        The status of the monitor resource.
      • lastEvaluationTime

        public final Instant lastEvaluationTime()

        The timestamp of the latest evaluation completed by the monitor.

        Returns:
        The timestamp of the latest evaluation completed by the monitor.
      • lastEvaluationState

        public final String lastEvaluationState()

        The state of the monitor's latest evaluation.

        Returns:
        The state of the monitor's latest evaluation.
      • baseline

        public final Baseline baseline()

        Metrics you can use as a baseline for comparison purposes. Use these values you interpret monitoring results for an auto predictor.

        Returns:
        Metrics you can use as a baseline for comparison purposes. Use these values you interpret monitoring results for an auto predictor.
      • message

        public final String message()

        An error message, if any, for the monitor.

        Returns:
        An error message, if any, for the monitor.
      • creationTime

        public final Instant creationTime()

        The timestamp for when the monitor resource was created.

        Returns:
        The timestamp for when the monitor resource was created.
      • lastModificationTime

        public final Instant lastModificationTime()

        The timestamp of the latest modification to the monitor.

        Returns:
        The timestamp of the latest modification to the monitor.
      • estimatedEvaluationTimeRemainingInMinutes

        public final Long estimatedEvaluationTimeRemainingInMinutes()

        The estimated number of minutes remaining before the monitor resource finishes its current evaluation.

        Returns:
        The estimated number of minutes remaining before the monitor resource finishes its current evaluation.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object