Class: Aws::DynamoDB::Types::ExecuteTransactionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ExecuteTransactionOutput
- Includes:
- Structure
- Defined in:
- 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 operation.
-
#responses ⇒ Array<Types::ItemResponse>
The response to a PartiQL transaction.
Instance Attribute Details
#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.
3250 3251 3252 3253 3254 3255 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3250 class ExecuteTransactionOutput < Struct.new( :responses, :consumed_capacity) SENSITIVE = [] include Aws::Structure end |
#responses ⇒ Array<Types::ItemResponse>
The response to a PartiQL transaction.
3250 3251 3252 3253 3254 3255 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3250 class ExecuteTransactionOutput < Struct.new( :responses, :consumed_capacity) SENSITIVE = [] include Aws::Structure end |