Contains summary information about an Automated Reasoning policy,
including metadata and timestamps.
Attributes
created_at
instance-attribute
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)
policy_arn
instance-attribute
The Amazon Resource Name (ARN) of the policy.
policy_id
instance-attribute
The unique identifier of the policy.
updated_at
instance-attribute
The timestamp when the policy was last updated.
version
instance-attribute
The version of the policy.