class Aws::DynamoDB::Types::ExecuteTransactionInput

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

data as a hash:

    {
      transact_statements: [ # required
        {
          statement: "PartiQLStatement", # required
          parameters: ["value"], # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
        },
      ],
      client_request_token: "ClientRequestToken",
    }

@!attribute [rw] transact_statements

The list of PartiQL statements representing the transaction to run.
@return [Array<Types::ParameterizedStatement>]

@!attribute [rw] client_request_token

Set this value to get remaining results, if `NextToken` was returned
in the statement response.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ExecuteTransactionInput AWS API Documentation

Constants

SENSITIVE