class

Amazonite::DynamoDBV2::ScanOutput

Inherits JSON::Serializable < Reference < Object

Constructors

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

consumed_capacity
Source
consumed_capacity=(consumed_capacity : ConsumedCapacity | Nil)
Source
count
Source
count=(count : Int32 | Nil)
Source
items
Source
items=(items : Array(Hash(String, AttributeValue)) | Nil)
Source
last_evaluated_key
Source
last_evaluated_key=(last_evaluated_key : Hash(String, AttributeValue) | Nil)
Source
scanned_count
Source
scanned_count=(scanned_count : Int32 | Nil)
Source