Method: Aws::RDSDataService::Types::BatchExecuteStatementRequest#sql

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

#sqlString

The SQL statement to run. Don’t include a semicolon (;) at the end of the SQL statement.

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 153

class BatchExecuteStatementRequest < Struct.new(
  :resource_arn,
  :secret_arn,
  :sql,
  :database,
  :schema,
  :parameter_sets,
  :transaction_id)
  SENSITIVE = []
  include Aws::Structure
end