Skip to content

Bedrock Agentcore Control  >  Structures  >  UpdatedDescription

UpdatedDescription

Structure Class

UpdatedDescription dataclass

Wrapper for updating an optional Description field with PATCH semantics. When present in an update request, the description is replaced with optionalValue. When absent, the description is left unchanged. To unset the description, include the wrapper with optionalValue not specified.

Attributes

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

Represents an optional value that is used to update the human-readable description of the resource. If not specified, it will clear the current description of the resource.