Class UpdateSensitivityInspectionTemplateRequest

    • Method Detail

      • description

        public final String description()

        A custom description of the template. The description can contain as many as 200 characters.

        Returns:
        A custom description of the template. The description can contain as many as 200 characters.
      • excludes

        public final SensitivityInspectionTemplateExcludes excludes()

        The managed data identifiers to explicitly exclude (not use) when analyzing data.

        To exclude an allow list or custom data identifier that's currently included by the template, update the values for the SensitivityInspectionTemplateIncludes.allowListIds and SensitivityInspectionTemplateIncludes.customDataIdentifierIds properties, respectively.

        Returns:

        The managed data identifiers to explicitly exclude (not use) when analyzing data.

        To exclude an allow list or custom data identifier that's currently included by the template, update the values for the SensitivityInspectionTemplateIncludes.allowListIds and SensitivityInspectionTemplateIncludes.customDataIdentifierIds properties, respectively.

      • id

        public final String id()

        The unique identifier for the Amazon Macie resource that the request applies to.

        Returns:
        The unique identifier for the Amazon Macie resource that the request applies to.
      • includes

        public final SensitivityInspectionTemplateIncludes includes()

        The allow lists, custom data identifiers, and managed data identifiers to explicitly include (use) when analyzing data.

        Returns:
        The allow lists, custom data identifiers, and managed data identifiers to explicitly include (use) when analyzing data.
      • 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