class Aws::DynamoDB::Types::TransactGetItem

Specifies an item to be retrieved as part of the transaction.

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

data as a hash:

    {
      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",
        },
      },
    }

@!attribute [rw] get

Contains the primary key that identifies the item to get, together
with the name of the table that contains the item, and optionally
the specific attributes of the item to retrieve.
@return [Types::Get]

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

Constants

SENSITIVE