Bedrock Runtime > Structures > GuardrailTextCharactersCoverage GuardrailTextCharactersCoverage¶ Structure Class¶ GuardrailTextCharactersCoverage dataclass ¶ The guardrail coverage for the text characters. Attributes¶ guarded class-attribute instance-attribute ¶ guarded: int | None = None The text characters that were guarded by the guardrail coverage. total class-attribute instance-attribute ¶ total: int | None = None The total text characters by the guardrail coverage.