class Aws::DynamoDB::Types::ExecuteStatementInput

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

data as a hash:

    {
      statement: "PartiQLStatement", # required
      parameters: ["value"], # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
      consistent_read: false,
      next_token: "PartiQLNextToken",
    }

@!attribute [rw] statement

The PartiQL statement representing the operation to run.
@return [String]

@!attribute [rw] parameters

The parameters for the PartiQL statement, if any.
@return [Array<Types::AttributeValue>]

@!attribute [rw] consistent_read

The consistency of a read operation. If set to `true`, then a
strongly consistent read is used; otherwise, an eventually
consistent read is used.
@return [Boolean]

@!attribute [rw] next_token

Set this value to get remaining results, if `NextToken` was returned
in the statement response.
@return [String]

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

Constants

SENSITIVE