class Amazonite::DynamoDBV2::ItemCollectionMetrics
- Amazonite::DynamoDBV2::ItemCollectionMetrics
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/item_collection_metrics.crConstructors
- .new(pull : JSON::PullParser)
- .new(item_collection_key : Hash(String, AttributeValue) | Nil = nil, size_estimate_range_gb : Array(Float64) | Nil = nil)
Instance Method Summary
- #item_collection_key : Hash(String, AttributeValue) | Nil
- #item_collection_key=(item_collection_key : Hash(String, AttributeValue) | Nil)
- #size_estimate_range_gb : Array(Float64) | Nil
- #size_estimate_range_gb=(size_estimate_range_gb : Array(Float64) | Nil)
Constructor Detail
def self.new(item_collection_key : Hash(String, AttributeValue) | Nil = nil, size_estimate_range_gb : Array(Float64) | Nil = nil)
#