Class: Aws::Types::ItemCollectionMetrics
- Inherits:
-
Object
- Object
- Aws::Types::ItemCollectionMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#item_collection_key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute item_collection_key.
-
#size_estimate_range_gb ⇒ ::Array[::Float]
Returns the value of attribute size_estimate_range_gb.
Instance Attribute Details
#item_collection_key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute item_collection_key.
948 949 950 |
# File 'sig/types.rbs', line 948 def item_collection_key @item_collection_key end |
#size_estimate_range_gb ⇒ ::Array[::Float]
Returns the value of attribute size_estimate_range_gb.
949 950 951 |
# File 'sig/types.rbs', line 949 def size_estimate_range_gb @size_estimate_range_gb end |