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:
|
ProjectionType |
The set of attributes that are projected into the index.
TYPE:
|
NonKeyAttributes
class-attribute
instance-attribute
NonKeyAttributes = None
ProjectionType
class-attribute
instance-attribute
ProjectionType = None