class Aws::DynamoDB::Client

def get_item(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_item(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/GetItem - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To read an item from a table -

Returns:
  • (Types::GetItemOutput) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :expression_attribute_names (Hash) --
  • :projection_expression (String) --
  • :return_consumed_capacity (String) --
  • :consistent_read (Boolean) --
  • :attributes_to_get (Array) --
  • :key (required, Hash) --
  • :table_name (required, String) --
def get_item(params = {}, options = {})
  req = build_request(:get_item, params)
  req.send_request(options)
end