class Aws::DynamoDB::Client

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

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

Overloads:
  • scan(params = {})

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

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To scan a table -

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

Options Hash: (**params)
  • :consistent_read (Boolean) --
  • :expression_attribute_values (Hash) --
  • :expression_attribute_names (Hash) --
  • :filter_expression (String) --
  • :projection_expression (String) --
  • :segment (Integer) --
  • :total_segments (Integer) --
  • :return_consumed_capacity (String) --
  • :exclusive_start_key (Hash) --
  • :conditional_operator (String) --
  • :scan_filter (Hash) --
  • :select (String) --
  • :limit (Integer) --
  • :attributes_to_get (Array) --
  • :index_name (String) --
  • :table_name (required, String) --
def scan(params = {}, options = {})
  req = build_request(:scan, params)
  req.send_request(options)
end