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