Class GetDataQualityRulesetResponse

    • Method Detail

      • name

        public final String name()

        The name of the ruleset.

        Returns:
        The name of the ruleset.
      • description

        public final String description()

        A description of the ruleset.

        Returns:
        A description of the ruleset.
      • ruleset

        public final String ruleset()

        A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

        Returns:
        A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
      • targetTable

        public final DataQualityTargetTable targetTable()

        The name and database name of the target table.

        Returns:
        The name and database name of the target table.
      • createdOn

        public final Instant createdOn()

        A timestamp. The time and date that this data quality ruleset was created.

        Returns:
        A timestamp. The time and date that this data quality ruleset was created.
      • lastModifiedOn

        public final Instant lastModifiedOn()

        A timestamp. The last point in time when this data quality ruleset was modified.

        Returns:
        A timestamp. The last point in time when this data quality ruleset was modified.
      • recommendationRunId

        public final String recommendationRunId()

        When a ruleset was created from a recommendation run, this run ID is generated to link the two together.

        Returns:
        When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
      • 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