class Amazonite::DynamoDBV2::Projection
- Amazonite::DynamoDBV2::Projection
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/projection.crConstructors
- .new(pull : JSON::PullParser)
- .new(projection_type : ProjectionType | Nil = nil, non_key_attributes : Array(String) | Nil = nil)
Instance Method Summary
- #non_key_attributes : Array(String) | Nil
- #non_key_attributes=(non_key_attributes : Array(String) | Nil)
- #projection_type : ProjectionType | Nil
- #projection_type=(projection_type : ProjectionType | Nil)
Constructor Detail
def self.new(projection_type : ProjectionType | Nil = nil, non_key_attributes : Array(String) | Nil = nil)
#