Class DescribeAccountOverviewResponse

    • Method Detail

      • reactiveInsights

        public final Integer reactiveInsights()

        An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.

        Returns:
        An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.
      • proactiveInsights

        public final Integer proactiveInsights()

        An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.

        Returns:
        An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.
      • meanTimeToRecoverInMilliseconds

        public final Long meanTimeToRecoverInMilliseconds()

        The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.

        Returns:
        The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
      • 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