Method: Aws::DynamoDB::Types::BatchExecuteStatementOutput#consumed_capacity
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
#consumed_capacity ⇒ Array<Types::ConsumedCapacity>
The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.
729 730 731 732 733 734 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 729 class BatchExecuteStatementOutput < Struct.new( :responses, :consumed_capacity) SENSITIVE = [] include Aws::Structure end |