Skip to content

Bedrock  >  Structures  >  AutomatedReasoningPolicyUpdateTypeValue

AutomatedReasoningPolicyUpdateTypeValue

Structure Class

AutomatedReasoningPolicyUpdateTypeValue dataclass

Represents a modification to a value within an existing custom type.

Attributes

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

The new description for the type value, replacing the previous description.

new_value class-attribute instance-attribute
new_value: str | None = None

The new identifier or name for the type value, if you want to rename it.

value instance-attribute
value: str

The current identifier or name of the type value to update.