Bedrock > Structures > AutomatedReasoningPolicySummary AutomatedReasoningPolicySummary¶ Structure Class¶ AutomatedReasoningPolicySummary dataclass ¶ Contains summary information about an Automated Reasoning policy, including metadata and timestamps. Attributes¶ created_at instance-attribute ¶ created_at: datetime The timestamp when the policy was created. description class-attribute instance-attribute ¶ description: str | None = field(repr=False, default=None) The description of the policy. name class-attribute instance-attribute ¶ name: str = field(repr=False) The name of the policy. policy_arn instance-attribute ¶ policy_arn: str The Amazon Resource Name (ARN) of the policy. policy_id instance-attribute ¶ policy_id: str The unique identifier of the policy. updated_at instance-attribute ¶ updated_at: datetime The timestamp when the policy was last updated. version instance-attribute ¶ version: str The version of the policy.