Bedrock > Structures > AutomatedReasoningPolicyDeleteVariableAnnotation AutomatedReasoningPolicyDeleteVariableAnnotation¶ Structure Class¶ AutomatedReasoningPolicyDeleteVariableAnnotation dataclass ¶ An annotation for removing a variable from an Automated Reasoning policy. Attributes¶ name class-attribute instance-attribute ¶ name: str = field(repr=False) The name of the variable to delete from the policy. The variable must not be referenced by any rules.