class Amazonite::DynamoDBV2::ScanOutput

Included Modules

Defined in:

dynamodb_v2/scan_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(items : Array(Hash(String, AttributeValue)) | Nil = nil, count : Int32 | Nil = nil, scanned_count : Int32 | Nil = nil, last_evaluated_key : Hash(String, AttributeValue) | Nil = nil, consumed_capacity : ConsumedCapacity | Nil = nil) #

[View source]

Instance Method Detail

def consumed_capacity : ConsumedCapacity | Nil #

[View source]
def consumed_capacity=(consumed_capacity : ConsumedCapacity | Nil) #

[View source]
def count : Int32 | Nil #

[View source]
def count=(count : Int32 | Nil) #

[View source]
def items : Array(Hash(String, AttributeValue)) | Nil #

[View source]
def items=(items : Array(Hash(String, AttributeValue)) | Nil) #

[View source]
def last_evaluated_key : Hash(String, AttributeValue) | Nil #

[View source]
def last_evaluated_key=(last_evaluated_key : Hash(String, AttributeValue) | Nil) #

[View source]
def scanned_count : Int32 | Nil #

[View source]
def scanned_count=(scanned_count : Int32 | Nil) #

[View source]