Class: Aws::DynamoDB::Types::TransactWriteItemsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::TransactWriteItemsOutput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumed_capacity ⇒ Array<Types::ConsumedCapacity>
The capacity units consumed by the entire
TransactWriteItems
operation. -
#item_collection_metrics ⇒ Hash<String,Array<Types::ItemCollectionMetrics>>
A list of tables that were processed by
TransactWriteItems
and, for each table, information about any item collections that were affected by individualUpdateItem
,PutItem
, orDeleteItem
operations.
Instance Attribute Details
#consumed_capacity ⇒ Array<Types::ConsumedCapacity>
The capacity units consumed by the entire TransactWriteItems
operation. The values of the list are ordered according to the
ordering of the TransactItems
request parameter.
9268 9269 9270 9271 9272 9273 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9268 class TransactWriteItemsOutput < Struct.new( :consumed_capacity, :item_collection_metrics) SENSITIVE = [] include Aws::Structure end |
#item_collection_metrics ⇒ Hash<String,Array<Types::ItemCollectionMetrics>>
A list of tables that were processed by TransactWriteItems
and,
for each table, information about any item collections that were
affected by individual UpdateItem
, PutItem
, or DeleteItem
operations.
9268 9269 9270 9271 9272 9273 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9268 class TransactWriteItemsOutput < Struct.new( :consumed_capacity, :item_collection_metrics) SENSITIVE = [] include Aws::Structure end |