Class: Aws::Types::UpdateItemOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateItemOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute attributes.
-
#consumed_capacity ⇒ Types::ConsumedCapacity
Returns the value of attribute consumed_capacity.
-
#item_collection_metrics ⇒ Types::ItemCollectionMetrics
Returns the value of attribute item_collection_metrics.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute attributes.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def attributes @attributes end |
#consumed_capacity ⇒ Types::ConsumedCapacity
Returns the value of attribute consumed_capacity.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def consumed_capacity @consumed_capacity end |
#item_collection_metrics ⇒ Types::ItemCollectionMetrics
Returns the value of attribute item_collection_metrics.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def item_collection_metrics @item_collection_metrics end |