class Amazonite::DynamoDBV2::ItemCollectionMetrics

Included Modules

Defined in:

dynamodb_v2/item_collection_metrics.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(item_collection_key : Hash(String, AttributeValue) | Nil = nil, size_estimate_range_gb : Array(Float64) | Nil = nil) #

[View source]

Instance Method Detail

def item_collection_key : Hash(String, AttributeValue) | Nil #

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

[View source]
def size_estimate_range_gb : Array(Float64) | Nil #

[View source]
def size_estimate_range_gb=(size_estimate_range_gb : Array(Float64) | Nil) #

[View source]