Class: Aws::RDSDataService::Types::BatchExecuteStatementResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb

Overview

The response elements represent the output of a SQL statement over an array of data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#update_resultsArray<Types::UpdateResult>

The execution results of each batch entry.

Returns:



174
175
176
177
178
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 174

class BatchExecuteStatementResponse < Struct.new(
  :update_results)
  SENSITIVE = []
  include Aws::Structure
end