class Aws::QLDBSession::Types::ExecuteStatementRequest

Specifies a request to execute a statement.

@note When making an API call, you may pass ExecuteStatementRequest

data as a hash:

    {
      transaction_id: "TransactionId", # required
      statement: "Statement", # required
      parameters: [
        {
          ion_binary: "data",
          ion_text: "IonText",
        },
      ],
    }

@!attribute [rw] transaction_id

Specifies the transaction ID of the request.
@return [String]

@!attribute [rw] statement

Specifies the statement of the request.
@return [String]

@!attribute [rw] parameters

Specifies the parameters for the parameterized statement in the
request.
@return [Array<Types::ValueHolder>]

@see docs.aws.amazon.com/goto/WebAPI/qldb-session-2019-07-11/ExecuteStatementRequest AWS API Documentation

Constants

SENSITIVE