class Aws::RDSDataService::Types::ExecuteSqlRequest
@see docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/ExecuteSqlRequest AWS API Documentation
@return [String]
definition, data manipulation, and commit statements.
(;). Any valid SQL statement is permitted, including data
You can separate SQL statements from each other with a semicolon
One or more SQL statements to run on the DB cluster.
@!attribute [rw] sql_statements
@return [String]
The name of the database schema.
@!attribute [rw] schema
@return [String]
The ARN of the Aurora Serverless DB cluster.
@!attribute [rw] db_cluster_or_instance_arn
@return [String]
The name of the database.
@!attribute [rw] database
@return [String]
the DB cluster.
The Amazon Resource Name (ARN) of the secret that enables access to
@!attribute [rw] aws_secret_store_arn
}
sql_statements: “SqlStatement”, # required
schema: “DbName”,
db_cluster_or_instance_arn: “Arn”, # required
database: “DbName”,
aws_secret_store_arn: “Arn”, # required
{
data as a hash:
@note When making an API call, you may pass ExecuteSqlRequest
more SQL statements.
The request parameters represent the input of a request to run one or