Class: Aws::Types::PutItemOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutItemOutput
- 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.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def attributes @attributes end |
#consumed_capacity ⇒ Types::ConsumedCapacity
Returns the value of attribute consumed_capacity.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def consumed_capacity @consumed_capacity end |
#item_collection_metrics ⇒ Types::ItemCollectionMetrics
Returns the value of attribute item_collection_metrics.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def item_collection_metrics @item_collection_metrics end |