Bedrock Runtime > Structures > GuardrailAutomatedReasoningInputTextReference GuardrailAutomatedReasoningInputTextReference¶ Structure Class¶ GuardrailAutomatedReasoningInputTextReference dataclass ¶ References a portion of the original input text that corresponds to logical elements. Attributes¶ text class-attribute instance-attribute ¶ text: str | None = field(repr=False, default=None) The specific text from the original input that this reference points to.