class Aws::DynamoDB::Types::TransactGetItemsInput

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

data as a hash:

    {
      transact_items: [ # required
        {
          get: { # required
            key: { # required
              "AttributeName" => "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
            },
            table_name: "TableName", # required
            projection_expression: "ProjectionExpression",
            expression_attribute_names: {
              "ExpressionAttributeNameVariable" => "AttributeName",
            },
          },
        },
      ],
      return_consumed_capacity: "INDEXES", # accepts INDEXES, TOTAL, NONE
    }

@!attribute [rw] transact_items

An ordered array of up to 25 `TransactGetItem` objects, each of
which contains a `Get` structure.
@return [Array<Types::TransactGetItem>]

@!attribute [rw] return_consumed_capacity

A value of `TOTAL` causes consumed capacity information to be
returned, and a value of `NONE` prevents that information from being
returned. No other value is valid.
@return [String]

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

Constants

SENSITIVE