Class: Aws::DynamoDB::Types::TransactGetItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#getTypes::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.

Returns:



9190
9191
9192
9193
9194
# File 'lib/aws-sdk-dynamodb/types.rb', line 9190

class TransactGetItem < Struct.new(
  :get)
  SENSITIVE = []
  include Aws::Structure
end