Class StartInvestigationRequest

    • Method Detail

      • graphArn

        public final String graphArn()

        The ARN of the behavior graph.

        Returns:
        The ARN of the behavior graph.
      • entityArn

        public final String entityArn()

        The unique Amazon Resource Name (ARN) of the IAM user and IAM role.

        Returns:
        The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
      • scopeStartTime

        public final Instant scopeStartTime()

        The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

        Returns:
        The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
      • scopeEndTime

        public final Instant scopeEndTime()

        The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

        Returns:
        The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
      • 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