Skip to content

Bedrock  >  Structures  >  AutomatedReasoningPolicyAddTypeValue

AutomatedReasoningPolicyAddTypeValue

Structure Class

AutomatedReasoningPolicyAddTypeValue dataclass

Represents a single value that can be added to an existing custom type in the policy.

Attributes

description class-attribute instance-attribute
description: str | None = field(repr=False, default=None)

A description of what this new type value represents and when it should be used.

value instance-attribute
value: str

The identifier or name of the new value to add to the type.