Class: Aws::DynamoDB::Types::ExecuteTransactionOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consumed_capacityArray<Types::ConsumedCapacity>

The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.

Returns:



3221
3222
3223
3224
3225
3226
# File 'lib/aws-sdk-dynamodb/types.rb', line 3221

class ExecuteTransactionOutput < Struct.new(
  :responses,
  :consumed_capacity)
  SENSITIVE = []
  include Aws::Structure
end

#responsesArray<Types::ItemResponse>

The response to a PartiQL transaction.

Returns:



3221
3222
3223
3224
3225
3226
# File 'lib/aws-sdk-dynamodb/types.rb', line 3221

class ExecuteTransactionOutput < Struct.new(
  :responses,
  :consumed_capacity)
  SENSITIVE = []
  include Aws::Structure
end