class Amazonite::DynamoDBV2::Projection

Included Modules

Defined in:

dynamodb_v2/projection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(projection_type : ProjectionType | Nil = nil, non_key_attributes : Array(String) | Nil = nil) #

[View source]

Instance Method Detail

def non_key_attributes : Array(String) | Nil #

[View source]
def non_key_attributes=(non_key_attributes : Array(String) | Nil) #

[View source]
def projection_type : ProjectionType | Nil #

[View source]
def projection_type=(projection_type : ProjectionType | Nil) #

[View source]