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.
3081 3082 3083 3084 3085 3086 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3081 class ExecuteTransactionOutput < Struct.new( :responses, :consumed_capacity) SENSITIVE = [] include Aws::Structure end |
#responses ⇒ Array<Types::ItemResponse>
The response to a PartiQL transaction.
3081 3082 3083 3084 3085 3086 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3081 class ExecuteTransactionOutput < Struct.new( :responses, :consumed_capacity) SENSITIVE = [] include Aws::Structure end |