class Aws::DynamoDB::Types::Projection


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/Projection AWS API Documentation
@return [Array<String>]
this counts as two distinct attributes when determining the total.
20. If you project the same attribute into two different indexes,
summed across all of the local secondary indexes, must not exceed
For local secondary indexes, the total count of ‘NonKeyAttributes`
the index.
Represents the non-key attribute names which will be projected into
@!attribute [rw] non_key_attributes
@return [String]
* `ALL` - All of the table attributes are projected into the index.
attributes that you specify.
`KEYS_ONLY`, the secondary index will include other non-key
* `INCLUDE` - In addition to the attributes described in
the index.
* `KEYS_ONLY` - Only the index and primary keys are projected into
The set of attributes that are projected into the index:
@!attribute [rw] projection_type
}
non_key_attributes: [“NonKeyAttributeName”],
projection_type: “ALL”, # accepts ALL, KEYS_ONLY, INCLUDE
{
data as a hash:
@note When making an API call, you may pass Projection
index key attributes, which are automatically projected.
an index. These are in addition to the primary key attributes and
Represents attributes that are copied (projected) from the table into