Method: Aws::DynamoDB::Types::BatchExecuteStatementOutput#responses

Defined in:
lib/aws-sdk-dynamodb/types.rb

#responsesArray<Types::BatchStatementResponse>

The response to each PartiQL statement in the batch. The values of the list are ordered according to the ordering of the request statements.

Returns:



729
730
731
732
733
734
# File 'lib/aws-sdk-dynamodb/types.rb', line 729

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