Skip to content

Bedrock  >  Structures  >  AutomatedReasoningPolicyDefinitionTypeValue

AutomatedReasoningPolicyDefinitionTypeValue

Structure Class

AutomatedReasoningPolicyDefinitionTypeValue dataclass

Represents a single value within a custom type definition, including its identifier and description.

Attributes

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

A human-readable description explaining what this type value represents and when it should be used.

value instance-attribute
value: str

The actual value or identifier for this type value.