Skip to content

DynamoDB  >  Enums  >  KeyType

KeyType

Enum Class

KeyType

Bases: UnknownEnumMixin, StrEnum

Attributes

HASH class-attribute instance-attribute
HASH = 'HASH'
RANGE class-attribute instance-attribute
RANGE = 'RANGE'