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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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:



3242
3243
3244
3245
3246
3247
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3242

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

#responsesArray<Types::ItemResponse>

The response to a PartiQL transaction.

Returns:



3242
3243
3244
3245
3246
3247
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3242

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