Skip to content

Projection

async_boto.validation.dynamodb.data_types.projection

Projection

Bases: BaseModel

Represents attributes that are copied (projected) from the table into an index.

ATTRIBUTE DESCRIPTION
NonKeyAttributes

Represents the non-key attribute names which will be projected into the index.

TYPE: Optional[List[str]]

ProjectionType

The set of attributes that are projected into the index.

TYPE: Optional[str]

NonKeyAttributes class-attribute instance-attribute

NonKeyAttributes = None

ProjectionType class-attribute instance-attribute

ProjectionType = None