# File lib/fog/aws/requests/dynamodb/list_tables.rb, line 20 def list_tables(options = {}) request( :body => Fog::JSON.encode(options), :headers => {'x-amz-target' => 'DynamoDB_20120810.ListTables'}, :idempotent => true ) end